Commit 8acab9f3 authored by 仇晓婷's avatar 仇晓婷

项目管理样式

parent 500cb918
...@@ -249,11 +249,15 @@ export default { ...@@ -249,11 +249,15 @@ export default {
<style lang="less"> <style lang="less">
.projct-img { .projct-img {
.img-touxiang { .img-touxiang {
width: 280px; width: 300px;
height: 280px; height: 300px;
margin: -15px 10px 15px 20px; margin: 0px 10px 15px 20px;
overflow: hidden; overflow: hidden;
border-radius: 5px; border-radius: 5px;
.img1 {
width: 100%;
height: 100%;
}
} }
} }
</style> </style>
\ No newline at end of file
<template> <template>
<Form ref="form" :model="entity" :rules="rules" :label-width="90"> <Form ref="form" :model="entity" :rules="rules" :label-width="90">
<Row> <Row>
<Col span="8"> <Col span="8" class="projct-img">
<FormItem :label="l('picture')" prop="picture"> <FormItem :label="l('picture')" prop="picture">
<inputFile <inputFile
class="tphoto" class="tphoto"
...@@ -173,4 +173,7 @@ export default { ...@@ -173,4 +173,7 @@ export default {
}, },
}, },
}; };
</script> </script>
\ No newline at end of file <style lang="less">
</style>
\ No newline at end of file
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