From 21631208dfc6600deaa7bd4435074492c28b7f2c Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 10:36:30 +0800
Subject: [PATCH] 1.提交
---
src/views/jcsz/adsz.vue | 29 +++++++++++++++++++----------
1 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/src/views/jcsz/adsz.vue b/src/views/jcsz/adsz.vue
index 6d4edf7..b59f802 100644
--- a/src/views/jcsz/adsz.vue
+++ b/src/views/jcsz/adsz.vue
@@ -35,12 +35,19 @@
icon="el-icon-circle-plus-outline"
:disabled="allowClose"
:style="{color:allowClose?'#6f6e6f':'#42b983'}"
- style="height: 30px;line-height: 30px;font-size: 22px;padding: 10px"
+ style="height: 30px;line-height: 30px;font-size: 22px;padding:10px;background-color: #fafafa"
@click="responseUserClick"
/>
</div>
- <div>
- <el-checkbox v-model="allowClose" @change="allowCloseChange">鍏佽鍏抽棴</el-checkbox>
+ <div style="display: flex;align-content: center">
+ <div>
+ <el-checkbox v-model="allowClose" @change="allowCloseChange">鍏佽鍏抽棴</el-checkbox>
+ </div>
+ <div style="margin-left: 5px;cursor: pointer">
+ <el-tooltip class="item" effect="dark" content="褰撳墠鍛煎彨绫诲瀷(鍚敤/鍏抽棴)" placement="top">
+ <i class="el-icon-question" />
+ </el-tooltip>
+ </div>
</div>
</div>
<el-empty v-if="AnDengResponUserArr.length===0" :image-size="200" description="鏆傛棤鏁版嵁" />
@@ -160,7 +167,7 @@
title="鍝嶅簲浜哄憳"
:visible.sync="userDialogVisible"
width="800px"
- top="15vh"
+ top="10vh"
:close-on-click-modal="false"
@closed="handleUserClose"
@close="handleUserClose"
@@ -185,7 +192,7 @@
</div>
<div
style=" background-color: #fafafa; padding: 10px; min-height: 420px;"
- :style="{maxHeight:(contentHeight-300)+'px',overflowY: 'scroll'}"
+ :style="{maxHeight:(contentHeight-300)+'px'}"
>
<el-input
@@ -427,12 +434,14 @@
}
})
- loading.close()
- this.userDialogVisible = true
+ setTimeout(() => {
+ loading.close()
+ this.userDialogVisible = true
- this.$nextTick(() => {
- this.$refs.userTree.setCheckedKeys(this.treeCheckedKey)
- })
+ this.$nextTick(() => {
+ this.$refs.userTree.setCheckedKeys(this.treeCheckedKey)
+ })
+ }, 1000)
}
})
},
--
Gitblit v1.9.3