瀏覽代碼

fix:曲谱列表样式

liushengqiang 2 年之前
父節點
當前提交
7e58dd91b8
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/co-ai/index.module.less

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

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