修改input-number的宽度

v1.0.0
于肖磊 2024-10-19 16:44:56 +08:00
parent 50050a8d69
commit 2825174f74
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 {