Merge remote-tracking branch 'origin/huangzhenbao-admin'
This commit is contained in:
@@ -80,7 +80,8 @@ const handleDelete = (item: VersionItem) => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-page {
|
||||
padding: 20px;
|
||||
/* 使用 Layout 的背景和内边距 */
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.action-bar {
|
||||
@@ -48,7 +48,7 @@
|
||||
<view class="form-item row">
|
||||
<text class="label">网站描述:</text>
|
||||
<view class="form-content">
|
||||
<textarea class="form-textarea" v-model="config.description" placeholder="网站描述" />
|
||||
<textarea class="form-textarea" v-model="config.description" placeholder="网站描述"></textarea>
|
||||
<text class="tip">网站描述</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -148,7 +148,8 @@ const handleSubmit = async () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-page {
|
||||
padding: 20px;
|
||||
/* 使用 Layout 的背景和内边距 */
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.content-card {
|
||||
@@ -196,7 +196,8 @@ function handleSubmit() {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-page {
|
||||
padding: 20px;
|
||||
/* 使用 Layout 的背景和内边距 */
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.content-card {
|
||||
Reference in New Issue
Block a user