From d0ed4e24cf84dca5c78cd0e96e2aafe3721f6efe Mon Sep 17 00:00:00 2001 From: baiqi Date: Thu, 29 Jun 2023 10:01:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=AF=84=E5=AE=A1=E9=AB=98=E7=BA=A7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=BC=B9=E7=AA=97=E5=87=BA=E7=8E=B0=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1027281 --user=白奇 【通用设置】浏览器兼容性样式优化汇总 https://www.tapd.cn/55049933/s/1387901 --- .../frontend/src/components/MsNewUiTableAdvSearch.vue | 4 ++++ .../frontend/src/components/new-ui/MsTableAdvSearch.vue | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/framework/sdk-parent/frontend/src/components/MsNewUiTableAdvSearch.vue b/framework/sdk-parent/frontend/src/components/MsNewUiTableAdvSearch.vue index b5b702bdcc..992dfd080c 100644 --- a/framework/sdk-parent/frontend/src/components/MsNewUiTableAdvSearch.vue +++ b/framework/sdk-parent/frontend/src/components/MsNewUiTableAdvSearch.vue @@ -406,6 +406,10 @@ export default { min-width: 695px; } } + +.search-items .el-scrollbar .el-scrollbar__wrap { + overflow-x: auto; +}