优化首页的ui交互,解决打包生产环境下写入sessionStorage错误,优化权限路由的跳转问题
This commit is contained in:
@@ -14,15 +14,15 @@
|
||||
}
|
||||
|
||||
.contract-template-search {
|
||||
padding: 24px;
|
||||
/* padding: 24px; */
|
||||
background: var(--gradient-bg);
|
||||
min-height: 100vh;
|
||||
min-height: calc(100vh - 90px);
|
||||
}
|
||||
|
||||
.contract-search-results {
|
||||
padding: 24px;
|
||||
background: var(--gradient-bg);
|
||||
min-height: 100vh;
|
||||
min-height: calc(100vh - 90px);
|
||||
}
|
||||
|
||||
/* 搜索英雄区域 */
|
||||
@@ -158,6 +158,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
gap: 16px;
|
||||
padding:8px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user