mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: 修复弹出提示框文字颜色问题
This commit is contained in:
parent
b97728990f
commit
83f5ca786e
|
|
@ -252,9 +252,13 @@
|
|||
<AppAvatar v-else class="mr-8 avatar-blue" shape="square" :size="32">
|
||||
<img src="@/assets/icon_document.svg" style="width: 58%" alt="" />
|
||||
</AppAvatar>
|
||||
<div class="ellipsis">
|
||||
<auto-tooltip
|
||||
:content="relatedObject(datasetList, item, 'id')?.name"
|
||||
style="width: 65%"
|
||||
>
|
||||
{{ relatedObject(datasetList, item, 'id')?.name }}
|
||||
</div>
|
||||
</auto-tooltip>
|
||||
<!-- <div class="ellipsis"></div> -->
|
||||
</div>
|
||||
<el-button text @click="removeDataset(item)">
|
||||
<el-icon>
|
||||
|
|
|
|||
|
|
@ -176,7 +176,6 @@ function openCreateDialog() {
|
|||
MsgConfirm(`提示`, '社区版最多支持 5 个应用,如需拥有更多应用,请升级为专业版。', {
|
||||
cancelButtonText: '确定',
|
||||
confirmButtonText: '购买专业版',
|
||||
confirmButtonClass: 'primary'
|
||||
})
|
||||
.then(() => {
|
||||
window.open('https://maxkb.cn/pricing.html', '_blank')
|
||||
|
|
|
|||
|
|
@ -142,8 +142,7 @@ function openCreateDialog() {
|
|||
} else {
|
||||
MsgConfirm(`提示`, '社区版最多支持 50 个知识库,如需拥有更多知识库,请升级为专业版。', {
|
||||
cancelButtonText: '确定',
|
||||
confirmButtonText: '购买专业版',
|
||||
confirmButtonClass: 'primary'
|
||||
confirmButtonText: '购买专业版'
|
||||
})
|
||||
.then(() => {
|
||||
window.open('https://maxkb.cn/pricing.html', '_blank')
|
||||
|
|
|
|||
|
|
@ -143,7 +143,6 @@ function createUser() {
|
|||
MsgConfirm(`提示`, '社区版最多支持 2 个用户,如需拥有更多用户,请升级为专业版。', {
|
||||
cancelButtonText: '确定',
|
||||
confirmButtonText: '购买专业版',
|
||||
confirmButtonClass: 'primary'
|
||||
})
|
||||
.then(() => {
|
||||
window.open('https://maxkb.cn/pricing.html', '_blank')
|
||||
|
|
|
|||
Loading…
Reference in New Issue