Commit a51b01ca authored by 黄奎's avatar 黄奎

样式调整

parent a3f5da60
......@@ -7,7 +7,7 @@
<template v-if="userInfo.RB_Branch_id==0||userInfo.RB_Branch_id==49">
<el-select
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()"
>
<el-option
......@@ -18,11 +18,11 @@
></el-option>
</el-select>
</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" />
<el-select
v-model="parameters.empId"
style="margin-right: 20px;"
style="margin-right: 20px;height: 40px;"
@change="handleDateChange()"
filterable
clearable
......@@ -1356,6 +1356,7 @@ export default {
color: rgba(0, 0, 0, 0.9) !important;
border-radius: 12px !important;
border: none !important;
height: 40px;
}
.full-box .el-date-editor .el-range-separator {
......@@ -1366,7 +1367,17 @@ export default {
color: rgba(0, 0, 0, 0.9) !important;
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 {
0% {
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