admin/src/components/common/GlobalWindow.vue
@@ -21,6 +21,7 @@ <div v-if="withFooter" class="window__footer"> <slot name="footer"> <el-button @click="confirm" :loading="confirmWorking" type="primary">{{text}}</el-button> <slot name="btns" /> <el-button @click="close">{{ backText }}</el-button> </slot> </div> @@ -70,6 +71,7 @@ this.$emit('confirm') }, close () { this.$emit('close') this.$emit('update:visible', false) } } @@ -81,7 +83,7 @@ // 输入框高度 $input-height: 32px; .global-window { top: 80px !important; top: 56px !important; left: 250px !important; // 头部标题 ::v-deep .el-drawer__header {