Commit 9a82f817 authored by 王晓旭's avatar 王晓旭

门户修改样式

parent 851b5d99
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</div> </div>
</template> </template>
<a-row type="flex" align="middle" v-if="formState"> <a-row type="flex" align="middle" v-if="formState">
<a-col :span="4"> <a-col :span="4" class="ywmc">
<div class="f_40 f_center">{{ formState.name }}</div> <div class="f_40 f_center">{{ formState.name }}</div>
<div class="f_center">业务名称</div> <div class="f_center">业务名称</div>
</a-col> </a-col>
...@@ -237,6 +237,12 @@ export default { ...@@ -237,6 +237,12 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.ywmc{
display: flex !important;
flex-direction: column !important;
justify-content: space-between !important;
height: 200px !important;
}
.analysiscontent { .analysiscontent {
width: 100%; width: 100%;
} }
...@@ -265,7 +271,7 @@ export default { ...@@ -265,7 +271,7 @@ export default {
margin-bottom: 0.9375rem; margin-bottom: 0.9375rem;
} }
.f_40 { .f_40 {
font-size: 2rem; font-size: 1.5rem;
} }
.f_center { .f_center {
text-align: center; text-align: center;
......
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