From b3922a5bb0da7f2903be2743c4ac41c93458abbe Mon Sep 17 00:00:00 2001 From: songwc Date: Sat, 22 Oct 2022 16:04:06 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=A6=E5=91=98=E6=8A=BD=E5=B1=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/AddLevelAddStu.vue | 65 ++++++++++++++++++++--- 1 file changed, 58 insertions(+), 7 deletions(-) diff --git a/src/components/drawers/AddLevelAddStu.vue b/src/components/drawers/AddLevelAddStu.vue index 979ad162..395f781a 100644 --- a/src/components/drawers/AddLevelAddStu.vue +++ b/src/components/drawers/AddLevelAddStu.vue @@ -98,11 +98,11 @@ { + state.activeKey = "1"; ctx.emit("update:AddSvisible", false); }; @@ -744,6 +787,7 @@ export default { height: 73px; border-bottom: 1px solid #e8e8e8; display: flex; + flex-shrink: 0; justify-content: space-between; align-items: center; // background-color: red; @@ -775,6 +819,7 @@ export default { .t1 { display: flex; align-items: center; + margin-bottom: 5px; } .nameinp { display: flex; @@ -954,6 +999,11 @@ export default { justify-content: center; // position: absolute; // bottom: 20px; + .ant-pagination-item, + .ant-pagination-prev, + .ant-pagination-next { + margin-bottom: 10px; + } } } .tab2 { @@ -965,14 +1015,20 @@ export default { .t1 { display: flex; align-items: center; + margin-bottom: 5px; } .organize { color: rgba(0, 0, 0, 0.85); font-size: 14px; white-space: nowrap; } + .dropdownn { + background-color: red; + border-radius: 10px; + } .ant-select { border-radius: 8px !important; + // background-color: red; } .ant-cascader { width: 264px; @@ -985,11 +1041,6 @@ export default { height: 40px; } } - .ant-tree-select { - .dropdown { - width: 800px !important; - } - } } .searchdown {