Skip to content

Commit e79def0

Browse files
committed
feat(tree-menu,skeleton): [tree-menu,skeleton] modify testing issues
1 parent 66f3e65 commit e79def0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/sites/demos/pc/app/fullscreen/webdoc/fullscreen.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default {
99
'en-US': 'Component Use'
1010
},
1111
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.'
1414
},
1515
codeFiles: ['example-component.vue']
1616
},
@@ -21,8 +21,8 @@ export default {
2121
'en-US': 'Functional use'
2222
},
2323
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.'
2626
},
2727
codeFiles: ['example-api.vue']
2828
},

packages/theme/src/skeleton-item/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
border-radius: var(--tv-SkeletonItem-border-radius);
2020

2121
&--square {
22+
margin-bottom: 12px;
2223
width: 100%;
2324
height: var(--tv-SkeletonItem-square-height);
2425
}

packages/theme/src/tree-menu/index.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107

108108
&.is-expand {
109-
width: 40px;
109+
width: 36px;
110110
.@{tree-menu-prefix-cls}__toggle-button {
111111
transform: translateX(70%) translateY(-50%);
112112

@@ -203,7 +203,6 @@
203203
}
204204

205205
.tree-node-name {
206-
display: flex;
207206
align-items: center;
208207
padding: 0 var(--tv-TreeMenu-node-body-text-padding-x);
209208

0 commit comments

Comments
 (0)