Commit a51b01ca authored by 黄奎's avatar 黄奎

样式调整

parent a3f5da60
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<template v-if="userInfo.RB_Branch_id==0||userInfo.RB_Branch_id==49"> <template v-if="userInfo.RB_Branch_id==0||userInfo.RB_Branch_id==49">
<el-select <el-select
v-model="parameters.branchId" v-model="parameters.branchId"
style="margin-right: 20px;" style="margin-right: 20px;height:40px"
@change="getDepartment(),parameters.RB_Department_Id=null,getEmpList(),parameters.empIdList=[],handleDateChange()" @change="getDepartment(),parameters.RB_Department_Id=null,getEmpList(),parameters.empIdList=[],handleDateChange()"
> >
<el-option <el-option
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
></el-option> ></el-option>
</el-select> </el-select>
</template> </template>
<treeselect style="margin-right: 20px;width:200px;" :options="departmentList" v-model="parameters.RB_Department_Id" <treeselect style="margin-right: 20px;width:200px;" class="radius-input" :options="departmentList" v-model="parameters.RB_Department_Id"
:label="$t('pub.unlimitedSel')" :normalizer="normalizer" @select="changeDepart" /> :label="$t('pub.unlimitedSel')" :normalizer="normalizer" @select="changeDepart" />
<el-select <el-select
v-model="parameters.empId" v-model="parameters.empId"
style="margin-right: 20px;" style="margin-right: 20px;height: 40px;"
@change="handleDateChange()" @change="handleDateChange()"
filterable filterable
clearable clearable
...@@ -1356,6 +1356,7 @@ export default { ...@@ -1356,6 +1356,7 @@ export default {
color: rgba(0, 0, 0, 0.9) !important; color: rgba(0, 0, 0, 0.9) !important;
border-radius: 12px !important; border-radius: 12px !important;
border: none !important; border: none !important;
height: 40px;
} }
.full-box .el-date-editor .el-range-separator { .full-box .el-date-editor .el-range-separator {
...@@ -1366,7 +1367,17 @@ export default { ...@@ -1366,7 +1367,17 @@ export default {
color: rgba(0, 0, 0, 0.9) !important; color: rgba(0, 0, 0, 0.9) !important;
font-weight: bolder; font-weight: bolder;
} }
.radius-input .vue-treeselect__control{
height: 40px;
border-radius: 12px !important;
border:none !important;
overflow: hidden;
}
.radius-input .vue-treeselect__single-value{
height: 40px;
line-height: 40px;
}
@keyframes realtime { @keyframes realtime {
0% { 0% {
opacity: 1; opacity: 1;
......
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