Commit 4ceefce1 by 陈超

T

parent 13e0e600
......@@ -8,21 +8,21 @@
<style type="text/css">
.van-cell__title {
.van-cell__title[content-container] {
display: flex;
align-items: center;
}
.van-cell__value {
.van-cell__value[content-container] {
display: flex;
flex-direction: row-reverse;
}
.van-cell {
.van-cell[content-container] {
align-items: center;
}
.van-cell::after {
.van-cell[content-container]::after {
right: 1rem;
}
......@@ -72,7 +72,7 @@
<div id="app">
<div class="layout_v">
<div content-container class="layout_v">
<van-cell title="头像" is-link>
<slot>
<van-uploader result-type="file" :after-read="onRead">
......@@ -95,7 +95,8 @@
<van-field
class="edit_popup_input_content"
v-model="value"
clearable ></van-field>
clearable >
</van-field>
<div @click="onConfirm" class="layout_h_c edit_popup_confirm_button">
<span class="text_16_400 self_center color_white">确定</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment