Merge remote-tracking branch 'origin/dev-yxl' into dev-sws

v1.0.0
sws 2024-10-19 18:28:25 +08:00
commit 8a37c36dd3
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,9 @@ const radio = ref('1'); // 创建一个响应式的数字变量初始值为0
overflow: auto;
background-color: #fff;
}
:deep(.el-input-number) {
width: 100%;
}
}
@media screen and (max-width: 1560px) {
.settings {