修改页面整体样式
This commit is contained in:
@@ -562,7 +562,7 @@ onMounted(() => {
|
||||
<style scoped>
|
||||
/* 页面布局 */
|
||||
.download-page {
|
||||
min-height: calc(100vh - 64px);
|
||||
min-height: calc(100vh - 120px);
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -322,7 +322,7 @@ onMounted(() => {
|
||||
<style scoped>
|
||||
/* 页面布局 */
|
||||
.record-page {
|
||||
min-height: calc(100vh - 64px);
|
||||
min-height: calc(100vh - 120px);
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user