Commit 98f3c204 by wusiyi

fix: 侧边弹窗样式修改

parent f8d635c9
......@@ -697,12 +697,12 @@ onUnmounted(() => {
::v-deep(.el-drawer.rtl) {
height: 650px !important;
right: 40px;
top: 50% !important;
transform: translateY(-50%) !important;
top: calc(50% - 325px) !important;
}
::v-deep(.get-logistic-drawer.el-drawer.rtl) {
height: 200px !important;
top: calc(50% - 100px) !important;
}
.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