提交 36cf7433 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 flex.scss

上级 b559574b
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
margin-left: 5px; margin-left: 5px;
flex-shrink: 1;
.row { .row {
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
...@@ -213,6 +213,7 @@ ...@@ -213,6 +213,7 @@
flex-direction: row; flex-direction: row;
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
flex-shrink: 1;
.red-note { .red-note {
font-size: 12px; font-size: 12px;
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
border-radius: 10px; border-radius: 10px;
background-color: #FFFFFF; background-color: #FFFFFF;
min-width: 30px; min-width: 30px;
flex-shrink: 1;
.msg-text { .msg-text {
padding: 10px; padding: 10px;
font-size: 15px; font-size: 15px;
......
page,view, page ::v-deep {
::v-deep view{ uni-view,
uni-label,
uni-swiper-item,
uni-scroll-view {
display: flex; display: flex;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
uni-button{
margin: 0;
}
uni-view,
uni-label,
uni-swiper-item {
flex-direction: column; flex-direction: column;
box-sizing: border-box; }
}
page,page ::v-deep { uni-view,
text,button,scroll-view { uni-image,
uni-input,
uni-scroll-view,
uni-swiper,
uni-swiper-item,
uni-text,
uni-textarea,
uni-video {
position: relative;
border: 0px solid #000000;
box-sizing: border-box; box-sizing: border-box;
} }
label {
display: flex; uni-swiper-item {
position: absolute;
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册