提交 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;
...@@ -212,7 +212,8 @@ ...@@ -212,7 +212,8 @@
.note-box { .note-box {
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;
...@@ -220,7 +221,7 @@ ...@@ -220,7 +221,7 @@
color: #f00; color: #f00;
} }
.note { .note {
font-size: 14px; font-size: 14px;
color: #aaa; color: #aaa;
@include ellipsis; @include ellipsis;
......
...@@ -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,
display: flex; uni-label,
flex-direction: column; uni-swiper-item,
box-sizing: border-box; uni-scroll-view {
} display: flex;
flex-shrink: 0;
page,page ::v-deep { flex-grow: 0;
text,button,scroll-view { flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
uni-button{
margin: 0;
}
uni-view,
uni-label,
uni-swiper-item {
flex-direction: column;
}
uni-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.
先完成此消息的编辑!
想要评论请 注册