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

项目管理

parent ccf41188
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<Form ref="form" :model="entity" :rules="rules" :label-width="100"> <Form ref="form" :model="entity" :rules="rules" :label-width="100">
<!-- <DateDRange :value="timeValue" ></DateDRange> --> <!-- <DateDRange :value="timeValue" ></DateDRange> -->
<Row> <Row>
<Col span="8" class="projct-img"> <Col span="6" class="projct-img">
<FormItem :label="l('picture')" prop="picture"> <FormItem :label="l('picture')" prop="picture">
<inputFile <inputFile
class="tphoto" class="tphoto"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/> />
</div> </div>
</Col> </Col>
<Col span="16"> <Col span="18">
<!-- <Col :span="12" <!-- <Col :span="12"
><FormItem :label="l('creationTime')" prop="creationTime"> ><FormItem :label="l('creationTime')" prop="creationTime">
<DatePicker <DatePicker
...@@ -275,8 +275,8 @@ export default { ...@@ -275,8 +275,8 @@ export default {
<style lang="less"> <style lang="less">
.projct-img { .projct-img {
.img-touxiang { .img-touxiang {
width: 300px; width: 250px;
height: 300px; height: 250px;
margin: 0px 10px 15px 20px; margin: 0px 10px 15px 20px;
overflow: hidden; overflow: hidden;
border-radius: 5px; border-radius: 5px;
......
<template> <template>
<Form ref="form" :model="entity" :rules="rules" :label-width="100"> <Form ref="form" :model="entity" :rules="rules" :label-width="100">
<Row> <Row>
<Col span="8" class="projct-img"> <Col span="6" class="projct-img">
<FormItem :label="l('picture')" prop="picture"> <FormItem :label="l('picture')" prop="picture">
<inputFile <inputFile
class="tphoto" class="tphoto"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/> />
</div> </div>
</Col> </Col>
<Col span="16"> <Col span="18">
<Col :span="12" <Col :span="12"
><FormItem :label="l('title')" prop="title"> ><FormItem :label="l('title')" prop="title">
<Input v-model="entity.title"> </Input> </FormItem <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