File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
3536a {
@@ -189,5 +190,5 @@ body {
189190}
190191
191192.ed-message-box__container {
192- display : block !important ;
193+ display : block !important ;
193194}
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ function addToDashboard() {
219219 <component :is =" type.icon" />
220220 </el-icon >
221221 {{ type.name }}
222+   ;
222223 </el-option >
223224 </el-select >
224225 </el-tooltip >
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments