Commit be0d35394c9c759971a32de3fcbe9325316dd0a3

Authored by 前端爱码士
Committed by GitHub
1 parent b14a15e6

fix: 解决项目配置/界面功能/自动锁屏&菜单展开宽度样式变形问题 (#2681)

src/layouts/default/setting/components/InputNumberItem.vue
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 margin: 16px 0; 50 margin: 16px 0;
51 51
52 &-input-number { 52 &-input-number {
53 - width: 126px; 53 + width: 126px !important;
54 } 54 }
55 } 55 }
56 </style> 56 </style>