Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
56ad2cb7
authored
2025-06-30 13:58:28 +0800
by
fanguang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ue走查
1 parent
ae099cdd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
5 deletions
src/assets/styles/element-plus/index.scss
src/components/Tree/index.vue
src/views/data_meta/components/standardDialog.vue
src/views/data_meta/standard.vue
src/assets/styles/element-plus/index.scss
View file @
56ad2cb
...
...
@@ -1186,3 +1186,12 @@
max-width
:
100%
;
}
}
.el-drawer__title
{
font-size
:
18px
;
color
:
#212121
;
}
.el-form-item--default
.el-form-item__label
{
height
:
26px
;
line-height
:
26px
;
}
\ No newline at end of file
...
...
src/components/Tree/index.vue
View file @
56ad2cb
...
...
@@ -189,13 +189,13 @@ function formatNodeLabel (node) {
let
sliceLength
=
8
switch
(
node
.
level
)
{
case
2
:
sliceLength
=
10
sliceLength
=
9
break
case
3
:
sliceLength
=
8
sliceLength
=
6
break
case
4
:
sliceLength
=
8
sliceLength
=
6
break
}
return
node
.
label
.
slice
(
0
,
sliceLength
)
...
...
src/views/data_meta/components/standardDialog.vue
View file @
56ad2cb
...
...
@@ -319,6 +319,10 @@ function addTableItem (index) {
const
tableObj
=
{
...
tableFormTpl
}
// form.value.fieldRQVOS.splice(index + 1, 0, tableObj)
form
.
value
.
fieldRQVOS
.
push
(
tableObj
)
nextTick
(()
=>
{
let
scrollBody
=
document
.
querySelector
(
'.el-drawer__body'
)
scrollBody
.
scrollTop
=
scrollBody
.
scrollHeight
})
}
function
deleteTableItem
(
index
)
{
form
.
value
.
fieldRQVOS
.
splice
(
index
,
1
)
...
...
src/views/data_meta/standard.vue
View file @
56ad2cb
...
...
@@ -52,7 +52,7 @@ const treeInfo = ref({
loading
:
false
,
currentObj
:
{},
editTreeItem
:
true
,
className
:
'tree-list'
,
//
className: 'tree-list',
ellipsis
:
false
})
function
nodeClick
(
data
)
{
...
...
@@ -646,7 +646,7 @@ const viewGraph = () => {
}
.tags-list-right
{
position
:
absolute
;
right
:
0
;
right
:
2px
;
top
:
8px
;
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment