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