Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
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
王衍超
rbc-demo
Commits
5226cb8d
Commit
5226cb8d
authored
Feb 22, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-zhouyi' into 'develop'
fix: css warning See merge request GFP/RBC/rbc-frontend!57
parents
2270f745
bc00c078
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
workflow-track.vue
...@gms/gms-plugin-billexpand/src/control/workflow-track.vue
+0
-1
custom-tree.vue
...rkflow-job-view/src/components/treeselect/custom-tree.vue
+1
-1
multiples-select.less
...-job-view/src/components/treeselect/multiples-select.less
+0
-1
tree-node.vue
...workflow-job-view/src/components/treeselect/tree-node.vue
+1
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/workflow-track.vue
View file @
5226cb8d
...
...
@@ -254,7 +254,6 @@ export default {
.icon
{
width
:
24px
;
height
:
24px
;
margin-bottom
:
8px
;
margin
:
0
auto
;
}
.text
{
...
...
develop/@rbc/workflow-job-view/src/components/treeselect/custom-tree.vue
View file @
5226cb8d
...
...
@@ -157,7 +157,7 @@ export default {
border-top-color
:
#f2f2f2
;
-webkit-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.06
);
box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.06
);
webkit-box-sizing
:
border-box
;
-
webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
background
:
#fff
;
width
:
100%
;
...
...
develop/@rbc/workflow-job-view/src/components/treeselect/multiples-select.less
View file @
5226cb8d
...
...
@@ -38,7 +38,6 @@
box-sizing: border-box;
}
.multiple-item-label{
padding-right: 5px;
white-space: pre-line;
-webkit-user-select: none;
-moz-user-select: none;
...
...
develop/@rbc/workflow-job-view/src/components/treeselect/tree-node.vue
View file @
5226cb8d
...
...
@@ -251,7 +251,7 @@ export default {
border-top-color
:
#f2f2f2
;
-webkit-box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.06
);
box-shadow
:
0
1px
0
rgba
(
0
,
0
,
0
,
0.06
);
webkit-box-sizing
:
border-box
;
-
webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
...
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