Commit f8d635c9 by wusiyi

fix: 侧边弹窗样式修改

parent 94c98ec1
...@@ -695,14 +695,14 @@ onUnmounted(() => { ...@@ -695,14 +695,14 @@ onUnmounted(() => {
} }
::v-deep(.el-drawer.rtl) { ::v-deep(.el-drawer.rtl) {
height: 80% !important; height: 650px !important;
top: 15%;
right: 40px; right: 40px;
top: 50% !important;
transform: translateY(-50%) !important;
} }
::v-deep(.get-logistic-drawer.el-drawer.rtl) { ::v-deep(.get-logistic-drawer.el-drawer.rtl) {
height: 20% !important; height: 200px !important;
top: 35% !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