第三次版本迭代更新
This commit is contained in:
@@ -55,12 +55,20 @@ button,
|
||||
input,
|
||||
textarea {
|
||||
font: inherit;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
button {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
input,
|
||||
textarea,
|
||||
select,
|
||||
.van-field__control {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
img,
|
||||
video,
|
||||
canvas {
|
||||
@@ -351,11 +359,20 @@ canvas {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.meta-row span,
|
||||
.detail-row span {
|
||||
.meta-row > span:not(.van-tag),
|
||||
.detail-row > span:not(.van-tag) {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.meta-row > .van-tag,
|
||||
.detail-row > .van-tag {
|
||||
flex: 0 0 auto;
|
||||
max-width: 45%;
|
||||
min-width: auto;
|
||||
overflow-wrap: normal;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.meta-row strong,
|
||||
.detail-row strong {
|
||||
flex: 0 1 auto;
|
||||
|
||||
Reference in New Issue
Block a user