|
@@ -47,7 +47,9 @@
|
|
<uni-easyinput type="textarea" autoHeight v-model="form.content" placeholder="请输入简介" />
|
|
<uni-easyinput type="textarea" autoHeight v-model="form.content" placeholder="请输入简介" />
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
</uni-forms>
|
|
</uni-forms>
|
|
- <button class="button" size="mini" type="primary" @click="submit('valiForm')">保存</button>
|
|
|
|
|
|
+ <view class="bottom">
|
|
|
|
+ <button class="button" size="mini" type="primary" @click="submit('valiForm')">保存</button>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</uni-popup>
|
|
</uni-popup>
|
|
@@ -453,13 +455,16 @@
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
max-height: 40vh;
|
|
max-height: 40vh;
|
|
padding: 2vw;
|
|
padding: 2vw;
|
|
- align-items: center;
|
|
|
|
|
|
|
|
- .button {
|
|
|
|
- margin: 2vw 0 0 0;
|
|
|
|
- background-color: var(--f3CColor);
|
|
|
|
- color: var(--mainColor);
|
|
|
|
- font-size: var(--font14Size);
|
|
|
|
|
|
+ .bottom {
|
|
|
|
+ text-align: center;
|
|
|
|
+
|
|
|
|
+ .button {
|
|
|
|
+ margin: 2vw 0 0 0;
|
|
|
|
+ background-color: var(--f3CColor);
|
|
|
|
+ color: var(--mainColor);
|
|
|
|
+ font-size: var(--font14Size);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|