From 941fa6d25aab1a9b6132657ff6a35c899e1607d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E9=AD=81?= <2403457699@qq.com> Date: Wed, 14 Dec 2022 15:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=8B=E5=AE=BD=E5=BA=A6=E4=B8=8Esc?= =?UTF-8?q?ss=E5=B1=9E=E6=80=A7=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/list-main.scss | 66 +++++++------- src/views/components/resiSearch.vue | 90 ++++++++++--------- 2 files changed, 79 insertions(+), 77 deletions(-) diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss index 0bdd9689e..3fccf227f 100644 --- a/src/assets/scss/modules/management/list-main.scss +++ b/src/assets/scss/modules/management/list-main.scss @@ -120,133 +120,133 @@ height: auto; } // 弹性盒子 -.flex { +.M_flex { display: flex; flex-wrap: nowrap; } -.hflex { +.M_hflex { display: flex; flex-flow: column; overflow: hidden; } -.flex1 { +.M_flex1 { flex: 1; } -.mean { +.M_mean { justify-content: space-around; } -.endpoint { +.M_endpoint { justify-content: space-between; } -.align_item { +.M_align_item { align-items: center; } // 字体大小 -.font12 { +.M_font12 { font-size: 12px; } -.font14 { +.M_font14 { font-size: 14px !important; } -.font16 { +.M_font16 { font-size: 16px !important; } -.font18 { +.M_font18 { font-size: 18px !important; } //内边距 -.p0 { +.M_p0 { padding: 0 !important; } -.p10 { +.M_p10 { padding: 10px; } -.p16 { +.M_p16 { padding: 16px; } -.p50 { +.M_p50 { padding: 50px; } -.p30 { +.M_p30 { padding: 30px; } // 外边距 -.right5 { +.M_right5 { margin-right: 5px; } -.right24 { +.M_right24 { margin-right: 24px; } -.bottom8 { +.M_bottom8 { margin-bottom: 8px; } -.bottom16 { +.M_bottom16 { margin-bottom: 16px; } -.top2 { +.M_top2 { margin-top: 2px; } -.top12 { +.M_top12 { margin-top: 12px; } -.top24 { +.M_top24 { margin-top: 24px !important; } -.top32 { +.M_top32 { margin-top: 32px !important; } -.top40 { +.M_top40 { margin-top: 40px !important; } -.top48 { +.M_top48 { margin-top: 48px !important; } -.top8 { +.M_top8 { margin-top: 8px !important; } -.bot8 { +.M_bot8 { margin-bottom: 8px; } -.bot24 { +.M_bot24 { margin-bottom: 24px !important; } -.top16 { +.M_top16 { margin-top: 16px !important; } -.bot16 { +.M_bot16 { margin-bottom: 16px !important; } -.right8 { +.M_right8 { margin-right: 8px !important; } -.margin30 { +.M_margin30 { margin: 30px; } -.m0 { +.M_m0 { margin: 0 !important; } // 详情分类title diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 9d19c1847..04879364b 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -23,12 +23,12 @@