Merge pull request '修复el-slider滑块不能显示的问题' (#113) from 616036448/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/113
This commit is contained in:
IMaster 2024-08-30 17:08:49 +08:00
commit d0b2486454
3 changed files with 9 additions and 0 deletions

View File

@ -160,6 +160,9 @@
:deep(.el-input-number) {
width: 100%;
}
:deep(.el-slider .el-input-number){
width: auto;
}
</style>
<script lang="ts" setup>

View File

@ -390,6 +390,9 @@
:deep(.el-input-number) {
width: 100%;
}
:deep(.el-slider .el-input-number){
width: auto;
}
</style>
@{

View File

@ -463,4 +463,7 @@ const handleDelete = (row: any) => {
:deep(.el-input-number) {
width: 100%;
}
:deep(.el-slider .el-input-number){
width: auto;
}
</style>