fix: 修复样式问题
This commit is contained in:
parent
388457b1b3
commit
336a0dfebe
@ -37,7 +37,7 @@
|
|||||||
<div class="flex">
|
<div class="flex">
|
||||||
<span class="label">备注</span><span>{{ licenseInfo?.remark || '-' }}</span>
|
<span class="label">备注</span><span>{{ licenseInfo?.remark || '-' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-16 mr-16 flex align-center" v-if="user.showXpack()">
|
<div class="mt-16 flex align-center" v-if="user.showXpack()">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="uploadRef"
|
ref="uploadRef"
|
||||||
action="#"
|
action="#"
|
||||||
@ -46,7 +46,7 @@
|
|||||||
:on-change="onChange"
|
:on-change="onChange"
|
||||||
v-hasPermission="new Role('ADMIN')"
|
v-hasPermission="new Role('ADMIN')"
|
||||||
>
|
>
|
||||||
<el-button class="border-primary">更新 License</el-button>
|
<el-button class="border-primary mr-16">更新 License</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
|
|
||||||
<el-button class="border-primary" @click="toSupport">获取技术支持</el-button>
|
<el-button class="border-primary" @click="toSupport">获取技术支持</el-button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user