Commit 57d0a002 authored by 仇晓婷's avatar 仇晓婷

项目管理

parent ccf41188
......@@ -2,7 +2,7 @@
<Form ref="form" :model="entity" :rules="rules" :label-width="100">
<!-- <DateDRange :value="timeValue" ></DateDRange> -->
<Row>
<Col span="8" class="projct-img">
<Col span="6" class="projct-img">
<FormItem :label="l('picture')" prop="picture">
<inputFile
class="tphoto"
......@@ -21,7 +21,7 @@
/>
</div>
</Col>
<Col span="16">
<Col span="18">
<!-- <Col :span="12"
><FormItem :label="l('creationTime')" prop="creationTime">
<DatePicker
......@@ -275,8 +275,8 @@ export default {
<style lang="less">
.projct-img {
.img-touxiang {
width: 300px;
height: 300px;
width: 250px;
height: 250px;
margin: 0px 10px 15px 20px;
overflow: hidden;
border-radius: 5px;
......
<template>
<Form ref="form" :model="entity" :rules="rules" :label-width="100">
<Row>
<Col span="8" class="projct-img">
<Col span="6" class="projct-img">
<FormItem :label="l('picture')" prop="picture">
<inputFile
class="tphoto"
......@@ -20,7 +20,7 @@
/>
</div>
</Col>
<Col span="16">
<Col span="18">
<Col :span="12"
><FormItem :label="l('title')" prop="title">
<Input v-model="entity.title"> </Input> </FormItem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment