Skip to content

Commit 679741d

Browse files
committed
fix: bug fix
1 parent 3b1f96d commit 679741d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

frontend/src/style.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
--ed-color-primary-light-3: #3ec4a1 !important;
3131
--ed-color-primary-dark-2: #189e7a !important;
3232
--ed-color-primary-1a: #1cba901a;
33+
--ed-color-primary-light-5: #3ec4a1 !important;
3334
}
3435

3536
a {
@@ -189,5 +190,5 @@ body {
189190
}
190191

191192
.ed-message-box__container {
192-
display: block!important;
193+
display: block !important;
193194
}

frontend/src/views/chat/chat-block/ChartBlock.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ function addToDashboard() {
219219
<component :is="type.icon" />
220220
</el-icon>
221221
{{ type.name }}
222+
&nbsp;
222223
</el-option>
223224
</el-select>
224225
</el-tooltip>

frontend/src/views/system/member/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const deleteBatchUser = () => {
5151
t('workspace.selected_2_members', { msg: multipleSelectionAll.value.length }),
5252
{
5353
confirmButtonType: 'danger',
54-
confirmButtonText: t('dashboard.delete'),
54+
confirmButtonText: t('workspace.remove'),
5555
cancelButtonText: t('common.cancel'),
5656
customClass: 'confirm-no_icon',
5757
autofocus: false,
@@ -73,7 +73,7 @@ const deleteHandler = (row: any) => {
7373
if (row.weight === 1 && +userStore.getUid !== 1) return
7474
ElMessageBox.confirm(t('workspace.member_feng_yibudao', { msg: row.name }), {
7575
confirmButtonType: 'danger',
76-
confirmButtonText: t('dashboard.delete'),
76+
confirmButtonText: t('workspace.remove'),
7777
cancelButtonText: t('common.cancel'),
7878
customClass: 'confirm-no_icon',
7979
autofocus: false,

0 commit comments

Comments
 (0)