Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
800d25df
Commit
800d25df
authored
Dec 25, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改el-tree展开按钮的样式
parent
c7a0090f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
stationPlanList.vue
...agement/instructionsIssued/components/stationPlanList.vue
+7
-0
stationPlanList.vue
...PlanManagement/stationPlanMaintenance/stationPlanList.vue
+12
-1
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionsIssued/components/stationPlanList.vue
View file @
800d25df
...
...
@@ -612,6 +612,13 @@ export default {
.el-tree-node
{
.el-tree-node__content
{
height
:
40px
!
important
;
.el-tree-node__expand-icon.is-leaf
{
color
:
transparent
!
important
;
}
.el-tree-node__expand-icon
{
color
:
#000
;
font-size
:
24px
;
}
i
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
applications/dee-mes/src/views/assemblyPlanManagement/stationPlanMaintenance/stationPlanList.vue
View file @
800d25df
...
...
@@ -98,7 +98,8 @@ export default {
treeData
:
[],
defaultExpandedKeys
:
[],
defaultProps
:
{
children
:
'children'
children
:
'children'
,
isLeaf
:
'leaf'
},
tabItems
:
[
{
...
...
@@ -282,6 +283,9 @@ export default {
data
.
map
((
item
)
=>
{
if
(
item
.
extPositionLinks
)
{
item
.
extPositionLinks
=
item
.
extPositionLinks
.
filter
(
val
=>
val
.
target
)
item
.
extPositionLinks
.
forEach
(
element
=>
{
element
.
leaf
=
true
})
item
.
children
=
item
.
extPositionLinks
}
})
...
...
@@ -437,6 +441,13 @@ export default {
.el-tree-node
{
.el-tree-node__content
{
height
:
40px
!
important
;
.el-tree-node__expand-icon.is-leaf
{
color
:
transparent
!
important
;
}
.el-tree-node__expand-icon
{
color
:
#000
;
font-size
:
24px
;
}
i
{
display
:
inline-block
;
vertical-align
:
middle
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment