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