fix
This commit is contained in:
@@ -16,17 +16,15 @@
|
|||||||
<div :class="['user-actions', isMobile ? 'w-full flex-wrap' : '']">
|
<div :class="['user-actions', isMobile ? 'w-full flex-wrap' : '']">
|
||||||
<el-button :size="isMobile ? 'small' : 'small'" @click="showBatchPriceDialog" type="warning">
|
<el-button :size="isMobile ? 'small' : 'small'" @click="showBatchPriceDialog" type="warning">
|
||||||
<el-icon><edit /></el-icon>
|
<el-icon><edit /></el-icon>
|
||||||
<span :class="isMobile ? 'hidden sm:inline' : ''">一键改价</span>
|
<span>一键改价</span>
|
||||||
<span :class="isMobile ? 'sm:hidden' : 'hidden'">改价</span>
|
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button :size="isMobile ? 'small' : 'small'" @click="exitSingleUserMode" type="info">
|
<el-button :size="isMobile ? 'small' : 'small'" @click="exitSingleUserMode" type="info">
|
||||||
<el-icon><close /></el-icon>
|
<el-icon><close /></el-icon>
|
||||||
<span :class="isMobile ? 'hidden sm:inline' : ''">取消</span>
|
<span>取消</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button :size="isMobile ? 'small' : 'small'" @click="goBackToUsers" type="primary">
|
<el-button :size="isMobile ? 'small' : 'small'" @click="goBackToUsers" type="primary">
|
||||||
<el-icon><back /></el-icon>
|
<el-icon><back /></el-icon>
|
||||||
<span :class="isMobile ? 'hidden sm:inline' : ''">返回用户管理</span>
|
<span>返回用户管理</span>
|
||||||
<span :class="isMobile ? 'sm:hidden' : 'hidden'">返回</span>
|
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,12 +21,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<el-button :size="isMobile ? 'small' : 'small'" @click="exitSingleUserMode">
|
<el-button :size="isMobile ? 'small' : 'small'" @click="exitSingleUserMode">
|
||||||
<Close class="w-4 h-4 mr-1" />
|
<Close class="w-4 h-4 mr-1" />
|
||||||
<span :class="isMobile ? 'hidden sm:inline' : ''">取消</span>
|
<span>取消</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button :size="isMobile ? 'small' : 'small'" type="primary" @click="goBackToUsers">
|
<el-button :size="isMobile ? 'small' : 'small'" type="primary" @click="goBackToUsers">
|
||||||
<Back class="w-4 h-4 mr-1" />
|
<Back class="w-4 h-4 mr-1" />
|
||||||
<span :class="isMobile ? 'hidden sm:inline' : ''">返回用户管理</span>
|
<span>返回用户管理</span>
|
||||||
<span :class="isMobile ? 'sm:hidden' : 'hidden'">返回</span>
|
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user