diff options
| author | chenjinsong <[email protected]> | 2024-03-20 10:42:47 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2024-03-20 10:42:47 +0800 |
| commit | c7b7a0a773fa5bfd3f728b55937c283265d602e0 (patch) | |
| tree | befb79f1e5482d4a054fc1488a600307804ad884 | |
| parent | c88779e81551f7fa71dcb3d2a63da7cd4e2b2bb9 (diff) | |
fix: 调整ele升级后grid-layout样式
| -rw-r--r-- | src/assets/css/components/components/layout/layout.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/assets/css/components/components/layout/layout.scss b/src/assets/css/components/components/layout/layout.scss index 42cf1e55..120698a5 100644 --- a/src/assets/css/components/components/layout/layout.scss +++ b/src/assets/css/components/components/layout/layout.scss @@ -202,10 +202,10 @@ } .vue-grid-layout{ - transition: none; + transition: none !important; } .vue-grid-item{ - transition: none; + transition: none !important; } #breadcrumbSelectDropdown::-webkit-scrollbar { width:10px; |
