基本功能都已完成
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<view class="popup-title text-bold">新增设备</view>
|
||||
<view class="popup-close" @click="showAddPopup = false">×</view>
|
||||
</view>
|
||||
<view class="popup-body">
|
||||
<scroll-view class="popup-body" scroll-y :style="{ height: '60vh' }">
|
||||
<!-- 在这里填写表单内容 -->
|
||||
<view class="flex">
|
||||
<view class=" margin-bottom">型号</view>
|
||||
@@ -64,7 +64,7 @@
|
||||
</view>
|
||||
<view class="margin-top-sm margin-bottom margin-top">备注</view>
|
||||
<up-textarea v-model="value1" placeholder="请输入备注"></up-textarea>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="popup-footer">
|
||||
<button class="btn-cancel" @click="showAddPopup = false">取消</button>
|
||||
<button class="btn-confirm bg-blue" @click="handleAdd">确定</button>
|
||||
@@ -169,8 +169,6 @@
|
||||
|
||||
.popup-body {
|
||||
padding: 30rpx;
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.popup-footer {
|
||||
|
||||
Reference in New Issue
Block a user