Browse Source

侧边栏最大宽度

zhangyong/feature-20250815160302-金币优化
ZhangYong 2 months ago
parent
commit
9ab3a905c3
  1. 2
      src/views/home.vue

2
src/views/home.vue

@ -98,7 +98,7 @@ function logout() {
<el-container> <el-container>
<el-aside style=" <el-aside style="
width: 15%; width: 15%;
min-width: 180px;
max-width: 20%;
position: fixed; /* 固定位置 */ position: fixed; /* 固定位置 */
top: 0; top: 0;
left: 0; left: 0;

Loading…
Cancel
Save