修改样式
This commit is contained in:
parent
651d0957df
commit
f2ecd0690d
@ -22,11 +22,11 @@
|
||||
<el-button
|
||||
@click="handleChooseDepartment"
|
||||
size="small"
|
||||
>{{deptFilterData.deptNames}}<i class="el-icon-arrow-down"></i></el-button>
|
||||
><div class="popup-btn"><span class="popup-btn-left-title">{{deptFilterData.deptNames}}</span><i class="el-icon-arrow-down"></i></div></el-button>
|
||||
<el-button
|
||||
@click="handleChooseGroup"
|
||||
size="small"
|
||||
>{{groupFilterData.groupNames}}<i class="el-icon-arrow-down"></i></el-button>
|
||||
><div class="popup-btn"><span class="popup-btn-left-title">{{groupFilterData.groupNames}}</span><i class="el-icon-arrow-down"></i></div></el-button>
|
||||
</div>
|
||||
<div
|
||||
v-if="groupFilterData.selectedList.length>0|| deptFilterData.showDataList.list.length>0"
|
||||
@ -374,14 +374,23 @@ export default {
|
||||
.line-space {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.popup {
|
||||
max-width: 440px;
|
||||
.el-button {
|
||||
max-width: 104px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 104px;
|
||||
}
|
||||
&-btn{
|
||||
display: flex;
|
||||
&-left-title {
|
||||
width: 74px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.el-tag{
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user