jiangping
2024-08-26 e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7
admin/src/components/common/GlobalWindow.vue
@@ -8,7 +8,7 @@
    :close-on-press-escape="false"
    :wrapper-closable="false"
    :append-to-body="true"
    :modal="false"
    :modal="true"
    @close="close"
  >
    <div slot="title" class="window__header">
@@ -83,7 +83,7 @@
// 输入框高度
$input-height: 32px;
.global-window {
  top: 80px !important;
  top: 56px !important;
  left: 250px !important;
  // 头部标题
  ::v-deep .el-drawer__header {