Skip to content

Commit 33f9797

Browse files
committed
fix: fix table style for mobile devices, fix codesandbox config
1 parent 6293bb1 commit 33f9797

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

assets/styles/post.styl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,14 @@ table[data-scope]
424424
font-size 14px
425425

426426
table
427+
table[data-scope]
427428
display block
428429
max-width 100%
429430
width fit-content
430431
overflow-x auto
431432

432433
table
433-
display table
434+
thead
435+
tbody
436+
tr
437+
display initial !important

common/play/templates/package.codesandbox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"veui": "latest",
44
"veui-theme-dls": "latest",
5+
"veui-theme-dls-icons": "latest",
56
"vue": "^2.6.14"
67
}
78
}

one/docs/demo/number-input/disabled.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
</veui-checkbox>
77
</section>
88
<section>
9-
section
109
<veui-number-input
1110
v-model="value"
1211
:disabled="disabled"

0 commit comments

Comments
 (0)