完善页面细节
This commit is contained in:
@@ -215,9 +215,9 @@ function deleteItem(index: number) {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-main {
|
||||
padding: 24px;
|
||||
background-color: #f0f2f5;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
/* 搜索栏样式 */
|
||||
|
||||
@@ -122,9 +122,9 @@ const handleSubmit = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-kefu-config {
|
||||
padding: 20px;
|
||||
background-color: #f5f7fa;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.border-shadow {
|
||||
|
||||
@@ -109,9 +109,9 @@ const handleDelete = (item: FeedbackItem) => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-kefu-feedback {
|
||||
padding: 20px;
|
||||
background-color: #f5f7fa;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.border-shadow {
|
||||
|
||||
@@ -98,9 +98,9 @@ const handleAdd = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-kefu-list {
|
||||
padding: 20px;
|
||||
background-color: #f5f7fa;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.border-shadow {
|
||||
|
||||
@@ -228,9 +228,9 @@ const submitForm = () => {
|
||||
|
||||
<style scoped lang="scss">
|
||||
.admin-kefu-words {
|
||||
padding: 20px;
|
||||
background-color: #f5f7fa;
|
||||
min-height: 100vh;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.border-shadow {
|
||||
|
||||
Reference in New Issue
Block a user