29198
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- 弹框 -->
|
||||
<u-popup v-model="show" mode="center" :closeable="false">
|
||||
<div class="dialog">
|
||||
<view>出淤泥而不染,濯清涟而不妖</view>
|
||||
<u-input v-model="value" :type="number" :border="true" />
|
||||
|
||||
<div style="display: flex;">
|
||||
<u-button type="primary" >取消</u-button>
|
||||
@@ -23,6 +23,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
show: false,
|
||||
value: '',
|
||||
}
|
||||
},
|
||||
onShow() {},
|
||||
@@ -32,6 +33,12 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppGreatPowerIntegral {
|
||||
|
||||
|
||||
|
||||
|
||||
.dialog {
|
||||
padding: 30px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user