File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
examples/sites/demos/pc/app/fullscreen/webdoc Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export default {
9
9
'en-US' : 'Component Use'
10
10
} ,
11
11
desc : {
12
- 'zh-CN' : '详细用法参考如下示例 ' ,
13
- 'en-US' : 'For details, see the following example.'
12
+ 'zh-CN' : '组件式使用详细用法参考如下示例 ' ,
13
+ 'en-US' : 'For detailed usage of component-based usage, please refer to the following example.'
14
14
} ,
15
15
codeFiles : [ 'example-component.vue' ]
16
16
} ,
@@ -21,8 +21,8 @@ export default {
21
21
'en-US' : 'Functional use'
22
22
} ,
23
23
desc : {
24
- 'zh-CN' : '详细用法参考如下示例 ' ,
25
- 'en-US' : 'For details, see the following example.'
24
+ 'zh-CN' : '函数式使用详细用法参考如下示例 ' ,
25
+ 'en-US' : 'For detailed usage of functional expressions, please refer to the following example.'
26
26
} ,
27
27
codeFiles : [ 'example-api.vue' ]
28
28
} ,
Original file line number Diff line number Diff line change 19
19
border-radius : var (--tv-SkeletonItem-border-radius );
20
20
21
21
&--square {
22
+ margin-bottom : 12px ;
22
23
width : 100% ;
23
24
height : var (--tv-SkeletonItem-square-height );
24
25
}
Original file line number Diff line number Diff line change 106
106
}
107
107
108
108
& .is-expand {
109
- width : 40 px ;
109
+ width : 36 px ;
110
110
.@{tree-menu-prefix-cls} __toggle-button {
111
111
transform : translateX (70% ) translateY (-50% );
112
112
203
203
}
204
204
205
205
.tree-node-name {
206
- display : flex ;
207
206
align-items : center ;
208
207
padding : 0 var (--tv-TreeMenu-node-body-text-padding-x );
209
208
You can’t perform that action at this time.
0 commit comments