明树Git Lab

Commit 1e385b28 authored by zhanghan's avatar zhanghan

样式处理

parent 469a978b
Pipeline #108601 passed with stage
in 20 seconds
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
.manage-container { .manage-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #ecf2f8;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -65,6 +66,7 @@ ...@@ -65,6 +66,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
overflow: hidden;
flex-direction: column; flex-direction: column;
} }
.manage-header { .manage-header {
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
&-container { &-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #ecf2f8;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
overflow: hidden;
flex-direction: column; flex-direction: column;
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- 选择类型 --> <!-- 选择类型 -->
<el-collapse-item title="选择类型" name="选择类型"> <el-collapse-item title="选择类型" name="选择类型">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="8"> <el-col :span="12">
<el-form-item label="请选择登记类型" required> <el-form-item label="请选择登记类型" required>
<el-radio-group v-model="formData.djlx"> <el-radio-group v-model="formData.djlx">
<el-radio value="1">中止</el-radio> <el-radio value="1">中止</el-radio>
......
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