Skip to content

Commit cadfea8

Browse files
committed
opti: flex have to statement flex-direcrtion in nvue mode
1 parent 7ab4d46 commit cadfea8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,8 @@
616616

617617
<style>
618618
.uni-date-x {
619-
display: flex;
619+
display: flex;
620+
flex-direction: row;
620621
align-items: center;
621622
justify-content: center;
622623
padding: 0 10px;

uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@
303303
/* #ifndef APP-NVUE */
304304
width: 100%;
305305
display: flex;
306-
box-sizing: border-box;
307-
/* #endif */
306+
box-sizing: border-box;
308307
min-height: 36px;
308+
/* #endif */
309309
flex-direction: row;
310310
align-items: center;
311311
}

0 commit comments

Comments
 (0)