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 {