样式调整
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
2025-12-27 21:15:26 +08:00
parent 1192bdb46f
commit e11603caec
11 changed files with 131 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="page-container">
<div class="page-container-flex">
<!-- 顶部导航栏 -->
<van-nav-bar
title="智能分析"
@@ -11,11 +11,6 @@
<div class="analysis-content">
<!-- 输入区域 -->
<div class="input-section">
<div class="input-header">
<h3>输入您的问题</h3>
<p class="input-tip">例如我这三个月坐车花费了多少钱</p>
</div>
<van-field
v-model="userInput"
rows="2"