mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-05-01 20:46:33 +08:00
✨移除图标组件滚动条
This commit is contained in:
parent
c783e0ce1d
commit
56f6672df2
@ -125,7 +125,7 @@
|
|||||||
justify-content: center; /* 水平居中 */
|
justify-content: center; /* 水平居中 */
|
||||||
|
|
||||||
svg:not(:root) {
|
svg:not(:root) {
|
||||||
font-size: 35px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $base-color-gray;
|
color: $base-color-gray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -135,8 +135,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.svg-external-icon {
|
.svg-external-icon {
|
||||||
width: 35px;
|
width: 20px;
|
||||||
height: 35px;
|
height: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -116,8 +116,7 @@
|
|||||||
justify-content: center; /* 水平居中 */
|
justify-content: center; /* 水平居中 */
|
||||||
|
|
||||||
svg:not(:root).svg-inline--fa {
|
svg:not(:root).svg-inline--fa {
|
||||||
font-size: 35px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
|
||||||
color: $base-color-gray;
|
color: $base-color-gray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
svg:not(:root),
|
svg:not(:root),
|
||||||
.svg-external-icon {
|
.svg-external-icon {
|
||||||
font-size: 28px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: $base-color-gray;
|
color: $base-color-gray;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -159,7 +159,6 @@
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
height() {
|
height() {
|
||||||
alert(this.$baseTableHeight())
|
|
||||||
return this.$baseTableHeight()
|
return this.$baseTableHeight()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user