From 5323b3ce03a4306519a442ff072b328a2e474909 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 31 May 2022 15:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/multiplyArea.vue | 208 ++++++++++++++++++++++++++ src/components/pages/selectGird.vue | 23 --- 2 files changed, 208 insertions(+), 23 deletions(-) create mode 100644 src/components/pages/multiplyArea.vue diff --git a/src/components/pages/multiplyArea.vue b/src/components/pages/multiplyArea.vue new file mode 100644 index 00000000..cdb071d1 --- /dev/null +++ b/src/components/pages/multiplyArea.vue @@ -0,0 +1,208 @@ + + + + + diff --git a/src/components/pages/selectGird.vue b/src/components/pages/selectGird.vue index 2755015e..2640af04 100644 --- a/src/components/pages/selectGird.vue +++ b/src/components/pages/selectGird.vue @@ -272,29 +272,6 @@ export default { } } } - - .subBtn { - position: fixed; - bottom: 0; - left: 0; - width: 100%; - height: 118px; - background: #f4f8fb; - - div { - width: 192px; - height: 80px; - line-height: 80px; - text-align: center; - background: #1365dd; - border-radius: 4px; - font-size: 32px; - color: #fff; - margin: 20px 34px 0 0; - float: right; - } - } - .footer { width: 100%; height: 118px;