File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
Arial,
7
7
sans-serif;
8
8
font-size : 12px !important ;
9
+ font-weight : 300 !important ;
9
10
border-spacing : 0 !important ;
10
11
-moz-user-select : none!important ;
11
12
-webkit-user-select : none!important ;
Original file line number Diff line number Diff line change @@ -1729,7 +1729,7 @@ window.ComponentCascadeLine = class {
1729
1729
stack = parseInt ( D . getAttribute ( 'data-stack' ) ) ;
1730
1730
index = parseInt ( D . getAttribute ( 'data-k' ) ) ;
1731
1731
let node_data = object . dimensional_data [ stack ] [ index ] ;
1732
- object . dialog ( `<span class="dlp-text title" title="${ node_data . val } ">${ node_data . val } </span> 移动 ` , 90 ) ;
1732
+ object . dialog ( `<span class="dlp-text title" title="${ node_data . val } ">${ node_data . val } </span> 迁移 ` , 90 ) ;
1733
1733
let M = document . createElement ( 'div' ) ;
1734
1734
M . className = 'dlp dlp-text dlp-label' ;
1735
1735
M . addEventListener ( 'click' , ( ( ) => {
You can’t perform that action at this time.
0 commit comments