Skip to content

Commit

Permalink
feat(tree-menu,skeleton): [tree-menu,skeleton] modify testing issues (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiping0628 authored Oct 26, 2024
1 parent 2ed86b3 commit bb303d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/sites/demos/pc/app/fullscreen/webdoc/fullscreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default {
'en-US': 'Component Use'
},
desc: {
'zh-CN': '详细用法参考如下示例',
'en-US': 'For details, see the following example.'
'zh-CN': '组件式使用详细用法参考如下示例',
'en-US': 'For detailed usage of component-based usage, please refer to the following example.'
},
codeFiles: ['example-component.vue']
},
Expand All @@ -21,8 +21,8 @@ export default {
'en-US': 'Functional use'
},
desc: {
'zh-CN': '详细用法参考如下示例',
'en-US': 'For details, see the following example.'
'zh-CN': '函数式使用详细用法参考如下示例',
'en-US': 'For detailed usage of functional expressions, please refer to the following example.'
},
codeFiles: ['example-api.vue']
},
Expand Down
1 change: 1 addition & 0 deletions packages/theme/src/skeleton-item/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
border-radius: var(--tv-SkeletonItem-border-radius);

&--square {
margin-bottom: 12px;
width: 100%;
height: var(--tv-SkeletonItem-square-height);
}
Expand Down
3 changes: 1 addition & 2 deletions packages/theme/src/tree-menu/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}

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

Expand Down Expand Up @@ -203,7 +203,6 @@
}

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

Expand Down

0 comments on commit bb303d5

Please sign in to comment.