Commit 9b139639 by zhao_shaonan

单位、民族、国籍改为字典弹框

parent e8e0bda5
......@@ -73,6 +73,19 @@ body {
/deep/ .el-form /deep/ .el-select{
width:100%;
}
/deep/ .el-dialog__header {
padding-left: 24px !important;
}
/deep/ .el-dialog__footer {
padding: 0px 10px 10px !important;
}
/deep/ .el-dialog__body {
padding: 0 10px !important;
}
/deep/ .el-input__suffix{
right:1px !important;
}
/*.el-table td.is-hidden>*{
visibility: inherit;
}*/
......
......@@ -29,14 +29,14 @@
center>
<div slot="title"
class="header-title"
style="text-align: left;height: 30px;font-size: 16px;margin-left:14px;font-family: Microsoft YaHei;font-weight: bold;line-height: 30px;opacity: 1;">
style="text-align: left;height: 30px;font-size: 16px;font-family: Microsoft YaHei;font-weight: bold;line-height: 30px;opacity: 1;">
<div>{{ codeTreeConfig.title }}</div>
</div>
<el-input placeholder="输入关键字进行过滤"
v-model="filterText"
style="margin-bottom:4px;">
style="margin-bottom:4px;width:calc(100% - 26px) !important; margin-left: 15px; margin-top: 2px;">
</el-input>
<div style="height:calc(100% - 42px);overflow-y:auto;border-bottom:1px solid #F2F2F2;">
<div style="width: calc(100% - 18px);height:calc(100% - 42px);overflow-y:auto;border-bottom:1px solid #F2F2F2;margin-left: 7px;">
<el-tree :props="codeTreeConfig.props"
node-key="id"
:filter-node-method="filterNode"
......@@ -51,7 +51,7 @@
style="height: 288px;">
</el-tree>
</div>
<div slot="footer" class="dialog-footer ar">
<div slot="footer" class="dialog-footer ar" style="margin-top: 11px;">
<el-button @click="dialogCodeVisible = false;" style="width:120px;height:36px">取 消</el-button>
<el-button type="primary" @click="forSureSelectCode" style="width:120px;height:36px">确 定</el-button>
</div>
......@@ -217,7 +217,4 @@
margin-left: -340px;
z-index:100;
}
/deep/ .el-dialog__footer {
padding: 0px 10px 10px;
}
</style>
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