Skip to content

Commit 52c4069

Browse files
author
hikki
committed
v3.2
1 parent b737305 commit 52c4069

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/assets/component.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Arial,
77
sans-serif;
88
font-size: 12px!important;
9+
font-weight: 300!important;
910
border-spacing: 0!important;
1011
-moz-user-select: none!important;
1112
-webkit-user-select: none!important;

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ window.ComponentCascadeLine = class {
17291729
stack = parseInt(D.getAttribute('data-stack'));
17301730
index = parseInt(D.getAttribute('data-k'));
17311731
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);
17331733
let M = document.createElement('div');
17341734
M.className = 'dlp dlp-text dlp-label';
17351735
M.addEventListener('click', (() => {

0 commit comments

Comments
 (0)