样式调整
This commit is contained in:
@@ -59,9 +59,4 @@ html, body, #app {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -178,6 +178,7 @@ const startAnalysis = async () => {
|
||||
scrollToBottom()
|
||||
}
|
||||
} catch (e) {
|
||||
console.error('JSON解析错误:', e)
|
||||
// 忽略JSON解析错误
|
||||
}
|
||||
}
|
||||
@@ -379,4 +380,9 @@ const startAnalysis = async () => {
|
||||
color: #ffc107;
|
||||
}
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -259,4 +259,9 @@ fetchDailyStatistics(now.getFullYear(), now.getMonth() + 1);
|
||||
font-size: 14px;
|
||||
color: #969799;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -512,4 +512,9 @@ onMounted(() => {
|
||||
:deep(.van-cell-group--inset) {
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -333,4 +333,9 @@ onMounted(() => {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -358,4 +358,9 @@ const handleSubmit = async () => {
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -140,7 +140,7 @@ const startClassify = async () => {
|
||||
return
|
||||
}
|
||||
|
||||
const toast = showLoadingToast({
|
||||
showLoadingToast({
|
||||
message: '智能分类中...',
|
||||
forbidClick: true,
|
||||
duration: 0
|
||||
@@ -284,7 +284,7 @@ const saveClassifications = async () => {
|
||||
return
|
||||
}
|
||||
|
||||
const toast = showLoadingToast({
|
||||
showLoadingToast({
|
||||
message: '保存中...',
|
||||
forbidClick: true,
|
||||
duration: 0
|
||||
@@ -375,4 +375,9 @@ onMounted(() => {
|
||||
flex: 1;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
@@ -469,4 +469,9 @@ onMounted(() => {
|
||||
.delete-button {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
@@ -174,4 +174,9 @@ const handleLogout = async () => {
|
||||
color: #969799;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
@@ -1103,4 +1103,9 @@ onActivated(() => {
|
||||
}
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -562,4 +562,9 @@ onMounted(async () => {
|
||||
.toolbar-confirm {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* 设置页面容器背景色 */
|
||||
:deep(.van-nav-bar) {
|
||||
background: transparent !important;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user