Commit 98f3c204 by wusiyi

fix: 侧边弹窗样式修改

parent f8d635c9
...@@ -697,12 +697,12 @@ onUnmounted(() => { ...@@ -697,12 +697,12 @@ onUnmounted(() => {
::v-deep(.el-drawer.rtl) { ::v-deep(.el-drawer.rtl) {
height: 650px !important; height: 650px !important;
right: 40px; right: 40px;
top: 50% !important; top: calc(50% - 325px) !important;
transform: translateY(-50%) !important;
} }
::v-deep(.get-logistic-drawer.el-drawer.rtl) { ::v-deep(.get-logistic-drawer.el-drawer.rtl) {
height: 200px !important; height: 200px !important;
top: calc(50% - 100px) !important;
} }
.tool-item { .tool-item {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment