Skip to content

Commit cba4ca2

Browse files
committed
feat(cascader): [cascader,transfer,tree] dark theme adaptation
1 parent 880562f commit cba4ca2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/sites/demos/pc/app/cascader/filterable-composition-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ const options = ref([
209209
<style scoped lang="less">
210210
.no-data {
211211
text-align: center;
212-
line-height: 240px;
212+
line-height: 200px;
213213
}
214214
</style>

examples/sites/demos/pc/app/cascader/filterable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,6 @@ export default {
217217
<style scoped lang="less">
218218
.no-data {
219219
text-align: center;
220-
line-height: 240px;
220+
line-height: 200px;
221221
}
222222
</style>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
& &__wrap {
36-
min-height: 204px;
36+
min-height: 208px;
3737
}
3838
// tiny 新增: 直接使用级联面板时,高度要放开,不能被 tiny-scrollbar限制了
3939
& &__wrap-expand {

0 commit comments

Comments
 (0)