|
@@ -91,29 +91,28 @@
|
|
</a-form-model>
|
|
</a-form-model>
|
|
</a-spin>
|
|
</a-spin>
|
|
</a-card>
|
|
</a-card>
|
|
- </a-modal>
|
|
|
|
|
|
|
|
- <!-- 页面底部保存取消 -->
|
|
|
|
- <div
|
|
|
|
- :style="{
|
|
|
|
- position: 'absolute',
|
|
|
|
- right: 0,
|
|
|
|
- bottom: 0,
|
|
|
|
- width: '100%',
|
|
|
|
- borderTop: '1px solid #e9e9e9',
|
|
|
|
- padding: '10px 16px',
|
|
|
|
- background: '#fff',
|
|
|
|
- textAlign: 'right',
|
|
|
|
- zIndex: 1
|
|
|
|
- }"
|
|
|
|
- >
|
|
|
|
- <a-popconfirm title="确定放弃?" @confirm="handleCancel" okText="确定" cancelText="取消">
|
|
|
|
- <a-button :style="{ marginRight: '8px' }">返回</a-button>
|
|
|
|
- </a-popconfirm>
|
|
|
|
- <a-button type="primary" @click="addSave">
|
|
|
|
- 保存
|
|
|
|
- </a-button>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!-- 页面底部保存取消 -->
|
|
|
|
+ <div
|
|
|
|
+ :style="{
|
|
|
|
+ position: 'absolute',
|
|
|
|
+ right: 0,
|
|
|
|
+ bottom: 0,
|
|
|
|
+ width: '100%',
|
|
|
|
+ borderTop: '1px solid #e9e9e9',
|
|
|
|
+ padding: '10px 16px',
|
|
|
|
+ background: '#fff',
|
|
|
|
+ textAlign: 'right',
|
|
|
|
+ zIndex: 1
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
|
|
+ <a-popconfirm title="确定放弃?" @confirm="handleCancel" okText="确定" cancelText="取消">
|
|
|
|
+ <a-button :style="{ marginRight: '8px' }">返回</a-button>
|
|
|
|
+ </a-popconfirm>
|
|
|
|
+ <a-button type="primary" @click="addSave">
|
|
|
|
+ 保存
|
|
|
|
+ </a-button>
|
|
|
|
+ </div>
|
|
</a-modal>
|
|
</a-modal>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|