Commit a61f2240 authored by 张伯涛's avatar 张伯涛

bug修改

parent 01b871da
......@@ -210,6 +210,10 @@
.el-tree-node{
font-size: 16px!important;
}
//tree的选中的check框样式
.el-checkbox__input.is-checked .el-checkbox__inner{
background-color: #03A487;
}
// switch开样式
.el-switch.is-checked .el-switch__core{
border-color: #03A487;
......@@ -220,6 +224,10 @@
border-color: #03A487;
background-color: #03A487;
}
// radio选中的文字样式
.el-radio__input.is-checked+.el-radio__label{
color: #03A487;
}
// switch关样式
.el-switch__core{
border-color: #BBBBBB;
......
......@@ -3,7 +3,7 @@
<div class="search" style="border-bottom: 14px solid #f4f4f4">
<el-form v-show="showSearch" ref="queryForm" style="padding: 0 0 0 10px" :model="queryParams" :inline="true">
<el-form-item label="字典名称" prop="dictType">
<el-select v-model="queryParams.dictType" placeholder="请选择字典名称" clearable size="small">
<el-select disabled v-model="queryParams.dictType" placeholder="请选择字典名称" clearable size="small">
<el-option
v-for="item in typeOptions"
:key="item.businessId"
......
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