明树Git Lab

Commit 1e385b28 authored by zhanghan's avatar zhanghan

样式处理

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