修改样式

This commit is contained in:
leave 2020-11-03 20:50:05 +08:00
parent 651d0957df
commit f2ecd0690d

View File

@ -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;
overflow: hidden; width: 104px;
text-overflow: ellipsis;
white-space: nowrap;
} }
&-btn{
display: flex;
&-left-title {
width: 74px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.el-tag{ .el-tag{
margin-right: 10px; margin-right: 10px;
margin-top: 10px; margin-top: 10px;