修改BUG:角色维护页面功能按钮文本未隐藏导致占用屏幕过大 #ITOIO
#Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITOIO #Commit 关联 Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=ITC1I
This commit is contained in:
parent
5673a8b7e9
commit
3a7836ee79
|
@ -67,3 +67,9 @@
|
|||
transition: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1077px) {
|
||||
.bootstrap-table .bs-bars .btn span:last-child {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -578,8 +578,8 @@ li[data-category="1"] .dd3-content .menuType {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.bootstrap-table .btn span:last-child {
|
||||
display: inline;
|
||||
.bootstrap-table .bs-bars .btn span:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bootstrap-table .fa-info {
|
||||
|
|
|
@ -53,14 +53,6 @@
|
|||
.sidebar-open aside {
|
||||
transform: translate(0);
|
||||
}
|
||||
|
||||
.btn span:last-child {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.bs-bars .btn span:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 940px) {
|
||||
|
@ -69,12 +61,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.bs-bars .btn span:last-child {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.modal-lg {
|
||||
max-width: 940px;
|
||||
|
|
|
@ -321,10 +321,6 @@ input.pending {
|
|||
padding: 15px 15px 0 15px;
|
||||
}
|
||||
|
||||
.modal-footer .btn span:last-child {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -351,7 +347,6 @@ input.pending {
|
|||
|
||||
.btn span:last-child {
|
||||
margin-left: 4px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form-check-label {
|
||||
|
|
Loading…
Reference in New Issue