微调
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
:draggable="false"
|
||||
width="1400px"
|
||||
>
|
||||
|
||||
<div class="data-check-dialog">
|
||||
<div class="data-check-head">
|
||||
<el-form :model="formContent" label-width="auto" class="form-three">
|
||||
@@ -73,6 +74,7 @@
|
||||
class="custom-tree"
|
||||
ref="treeRef"
|
||||
>
|
||||
|
||||
<template #default="{ node, data }">
|
||||
<el-tooltip effect="dark" :content="data.scriptTypeName" placement="right">
|
||||
<span
|
||||
@@ -137,6 +139,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
||||
|
||||
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { dialogBig } from '@/utils/elementBind'
|
||||
@@ -161,7 +166,7 @@ import { ResultEnum } from '@/enums/httpEnum'
|
||||
import { ElMessage } from 'element-plus'
|
||||
import { useDictStore } from '@/stores/modules/dict'
|
||||
import { useModeStore } from '@/stores/modules/mode'
|
||||
|
||||
import { CircleClose, Warning, SuccessFilled } from '@element-plus/icons-vue'
|
||||
const dictStore = useDictStore()
|
||||
const modeStore = useModeStore()
|
||||
|
||||
@@ -183,6 +188,8 @@ watch(searchValue, val => {
|
||||
treeRef.value!.filter(val)
|
||||
})
|
||||
|
||||
|
||||
|
||||
// 格式化数字
|
||||
const fixed = 4
|
||||
|
||||
@@ -816,6 +823,10 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
|
||||
|
||||
|
||||
.dialog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -856,11 +867,11 @@ defineExpose({
|
||||
height: 100%;
|
||||
margin-top: 10px;
|
||||
|
||||
.custom-tree-node {
|
||||
overflow-x: hidden !important;
|
||||
white-space: nowrap !important;
|
||||
text-overflow: ellipsis !important;
|
||||
}
|
||||
// .custom-tree-node {
|
||||
// overflow-x: hidden !important;
|
||||
// white-space: nowrap !important;
|
||||
// text-overflow: ellipsis !important;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -904,6 +915,8 @@ defineExpose({
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<!--<style lang="scss">-->
|
||||
<!--.el-popover.popover-class {-->
|
||||
|
||||
Reference in New Issue
Block a user