fix style
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
This commit is contained in:
@@ -968,21 +968,19 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.page-container-flex{
|
||||
background-color: var(--van-background);
|
||||
}
|
||||
|
||||
.overview-fixed-wrapper {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
background: #f7f8fa;
|
||||
background-color: var(--van-background);
|
||||
padding: 16px 0 1px 0;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.overview-fixed-wrapper {
|
||||
background: #121212;
|
||||
}
|
||||
}
|
||||
|
||||
.statistics-content {
|
||||
padding: 0;
|
||||
overflow-x: hidden; /* 防止滑动动画出现横向滚动条 */
|
||||
|
||||
Reference in New Issue
Block a user