fix: style problem of dropdown components in Setting.vue; 🐛 #105

修复:设置面板里下拉组件的样式问题;
This commit is contained in:
chenghongxing
2020-08-25 18:42:18 +08:00
parent f777920f89
commit de925b254e
2 changed files with 9 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ export default {
.side-menu{
&.fixed-side{
position: fixed;
height: 100vh;
left: 0;
top: 0;
}