소스 검색

修改内容

yangg 3 주 전
부모
커밋
4a0a6dcde2

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/forget-password-CwJhColW.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 1
dist/assets/index-CanB_XD8.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/login-CdhFymLa.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/register-60PR0YI6.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/report-B7fNY-jl.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/report-DyJYXLLk.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/report-bSAPZ7p6.css


+ 1 - 1
dist/index.html

@@ -5,7 +5,7 @@
     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title></title>
-    <script type="module" crossorigin src="/assets/index-WWw2HkaV.js"></script>
+    <script type="module" crossorigin src="/assets/index-CanB_XD8.js"></script>
     <link rel="modulepreload" crossorigin href="/assets/vendor-CDgCf3zB.js">
     <link rel="stylesheet" crossorigin href="/assets/index-CVrWfcbZ.css">
   </head>

+ 6 - 5
src/views/report.vue

@@ -3581,7 +3581,7 @@ const updateCollapsedState = () => {
 
   .input-container {
     /* 移动端输入区域调整 */
-    width: 100%;
+    width: 98%;
     padding: 10px;
   }
 
@@ -3708,7 +3708,7 @@ const updateCollapsedState = () => {
 
   .input-container {
     /* 保持输入区域的宽度一致 */
-    width: 100%;
+    width: 95%;
     max-width: 800px;
     margin: 0 auto;
     padding: 0;
@@ -4017,9 +4017,10 @@ button,
   display: flex;
   gap: 12px;
   padding: 8px 12px;
-  background: var(--secondary-bg);
+  /* background: var(--secondary-bg); */
   border-radius: 8px;
   transition: all 0.3s ease;
+  justify-content: space-between;
 
   &.compact {
     .search-toggle-item {
@@ -4442,12 +4443,12 @@ button,
   border-radius: 4px;
   padding: 4px 8px;
   font-size: 14px;
-  color: rgba(0, 0, 0, 0.88);
+  color: var(--primary-text);
   cursor: pointer;
   transition: all 0.3s;
   outline: none;
   margin-left: auto;
-  min-width: 120px;
+  min-width: 80px;
 
   &:hover {
     border-color: #1677ff;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.