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

项目管理样式

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