소스 검색

fix:样式

liushengqiang 1 년 전
부모
커밋
6d912d7b89
3개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      index.html
  2. BIN
      public/favicon.ico
  3. 4 2
      src/views/co-ai/index.module.less

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
 
 <head>
   <meta charset="UTF-8" />
-  <link rel="icon" href="/favicon.ico" />
+  <link rel="icon" href="/favicon.ico?v=1" />
   <meta name="viewport"
     content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
   <meta http-equiv="Cache-control" content="no-cache">

BIN
public/favicon.ico


+ 4 - 2
src/views/co-ai/index.module.less

@@ -38,7 +38,7 @@
 .leftContent {
     position: relative;
     display: flex;
-
+    width: 45%;
 }
 
 .leftBg {
@@ -117,6 +117,7 @@
     position: relative;
     padding-right: 12px;
     height: 100%;
+    overflow: hidden;
 
     :global {
         .van-search {
@@ -150,7 +151,7 @@
     background-color: #fff;
     padding: 4px;
     transition: all .3s;
-    min-width: 25vw;
+    overflow: hidden;
 
     &.disableNotic {
         :global {
@@ -237,6 +238,7 @@
     background: #fff;
     overflow: hidden;
     border: none;
+    width: 55%;
 }
 
 .right-musicName {