mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Green/Red dialog more button
This commit is contained in:
+12
-12
@@ -841,20 +841,20 @@ i.x-status-icon.red {
|
|||||||
// border: 0.5px solid #999;
|
// border: 0.5px solid #999;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
// .el-button--success {
|
.x-dialog .el-button--success {
|
||||||
// background-color: #67c23a !important;
|
background-color: #67c23a !important;
|
||||||
// border-color: #67c23a !important;
|
border-color: #67c23a !important;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// .x-dialog .el-button--danger {
|
.x-dialog .el-button--danger {
|
||||||
// background-color: #f56c6c !important;
|
background-color: #f56c6c !important;
|
||||||
// border-color: #f56c6c !important;
|
border-color: #f56c6c !important;
|
||||||
// }
|
}
|
||||||
|
|
||||||
// .el-button--warning {
|
.x-dialog .el-button--warning {
|
||||||
// background-color: #e6a23c !important;
|
background-color: #e6a23c !important;
|
||||||
// border-color: #e6a23c !important;
|
border-color: #e6a23c !important;
|
||||||
// }
|
}
|
||||||
|
|
||||||
.avatar-info {
|
.avatar-info {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -242,7 +242,11 @@
|
|||||||
@change="buildLegacyInstance"></el-input>
|
@change="buildLegacyInstance"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-if="newInstanceDialog.accessType !== 'public' && newInstanceDialog.accessType !== 'group'"
|
v-if="
|
||||||
|
newInstanceDialog.selectedTab === 'Legacy' &&
|
||||||
|
newInstanceDialog.accessType !== 'public' &&
|
||||||
|
newInstanceDialog.accessType !== 'group'
|
||||||
|
"
|
||||||
:label="t('dialog.new_instance.instance_creator')">
|
:label="t('dialog.new_instance.instance_creator')">
|
||||||
<el-select
|
<el-select
|
||||||
v-model="newInstanceDialog.userId"
|
v-model="newInstanceDialog.userId"
|
||||||
|
|||||||
Reference in New Issue
Block a user