Skip to content

Commit d2a25d8

Browse files
author
ruangf
committed
请务必把宽度调到260 哈哈哈。
1 parent 135f854 commit d2a25d8

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

js/wcDocker.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ body {
131131
top: 0px;
132132
right: 0px;
133133
width: auto !important;
134+
color: #fff;
134135
}
135136

136137
.wcFrameButton {

packages/nodeorder/panel/node-tree-item.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
font-size: 14px;
6767
flex: none;
6868
color: #ddd;
69+
min-width: 60%;
70+
max-width: 60%;
71+
white-space: nowrap;
72+
overflow: hidden;
73+
text-overflow: ellipsis;
6974
}
7075

7176
#content {

packages/nodeorder/panel/node-tree-item.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@
2626

2727
<span class="flex-1"></span>
2828

29-
<ve-statusbox activiteIcon="fa fa-eye" id="visiblebox">
29+
<ve-statusbox activiteIcon="fa fa-eye" id="visiblebox" style="margin-right:15px;">
3030
</ve-statusbox>
3131

32-
<span style="margin-left: 4px;"></span>
33-
3432
<ve-statusbox activiteIcon="fa fa-lock" id="lockbox">
3533
</ve-statusbox>
3634

packages/nodeorder/panel/statusbox.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
text-align: left;
99
color: #ddd;
1010
cursor: pointer;
11+
position: absolute;
12+
right: 0px;
1113
}
1214

1315
:host[focused] {

0 commit comments

Comments
 (0)