Commit 77859496 by 陈羽

update: update css

parent 5cd73945
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* @LastEditTime: 2020-08-19 17:13:01 * @LastEditTime: 2020-08-19 17:13:01
--> -->
<template> <template>
<div class="my-customer-wrap common-set-wrap"> <div class="my-customer-wrap common-set-wrap authMerchant">
<nav-crumb :navpath="navpath"> </nav-crumb> <nav-crumb :navpath="navpath"> </nav-crumb>
<div class="right-content"> <div class="right-content">
<div class="right-box" style="min-height: calc(100vh - 104px);"> <div class="right-box" style="min-height: calc(100vh - 104px);">
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
refreshStoreBind(item) { refreshStoreBind(item) {
const that = this; const that = this;
that that
.$confirm(`确认要刷新吗?`, '提示', { .$confirm(`确认要刷新吗?`, '', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'
......
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