mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-09 03:27:32 +08:00
feat: ui bugfix
This commit is contained in:
@@ -75,5 +75,6 @@ export default {
|
|||||||
outline: none;
|
outline: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
resize: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ export default {
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: var(--primary-color, #3498db);
|
|
||||||
color: white;
|
color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -28,11 +28,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-if="role === 'ADMIN'" class="admin-section">
|
<div v-if="role === 'ADMIN'" class="admin-section">
|
||||||
<h3>管理员设置</h3>
|
<h3>管理员设置</h3>
|
||||||
<div class="form-row">
|
<div class="form-row dropdown-row">
|
||||||
<div class="setting-title">发布规则</div>
|
<div class="setting-title">发布规则</div>
|
||||||
<Dropdown v-model="publishMode" :fetch-options="fetchPublishModes" />
|
<Dropdown v-model="publishMode" :fetch-options="fetchPublishModes" />
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row dropdown-row">
|
||||||
<div class="setting-title">密码强度</div>
|
<div class="setting-title">密码强度</div>
|
||||||
<Dropdown v-model="passwordStrength" :fetch-options="fetchPasswordStrengths" />
|
<Dropdown v-model="passwordStrength" :fetch-options="fetchPasswordStrengths" />
|
||||||
</div>
|
</div>
|
||||||
@@ -247,6 +247,10 @@ export default {
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-row {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-section {
|
.profile-section {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user