From 8bb2c05b4ec928f2905ead1138f6078c7c189445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=BB=E9=A3=8E2016?= <616036448@qq.com> Date: Fri, 30 Aug 2024 15:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Del-slider=E6=BB=91=E5=9D=97?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/template/web_views_editDialog.vue.vm | 3 +++ .../wwwroot/template/web_views_el_table_index.vue.vm | 3 +++ .../wwwroot/template/web_views_index.vue.vm | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm index 14b543e8..f7995927 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm @@ -160,6 +160,9 @@ :deep(.el-input-number) { width: 100%; } +:deep(.el-slider .el-input-number){ + width: auto; +}