mo 3 年 前
コミット
97206d205b

BIN
src/views/muiscDetial/images/banner.png


+ 12 - 1
src/views/muiscDetial/index.module.less

@@ -35,7 +35,7 @@
         display: flex;
         flex-direction: row;
         align-items: center;
-        img{
+        img {
           width: 24px;
           height: 24px;
           margin-right: 10px;
@@ -59,6 +59,17 @@
   .subjectChiose {
     border-radius: 14px;
     overflow: hidden;
+    .el-input__wrapper {
+      background-color: #f1f1f1;
+      border: none;
+      box-shadow: none !important;
+
+    }
+    .el-input__wrapper.is-focus {
+
+      border: none !important;
+      box-shadow: none !important;
+    }
   }
   audio::-webkit-media-controls-pane {
     background-color: #333;

+ 4 - 0
src/views/muiscDetial/index.tsx

@@ -2,6 +2,7 @@ import { defineComponent, toRefs, reactive, onMounted, ref } from 'vue'
 import classes from './index.module.less'
 import { ElButton, ElOption, ElSelect } from 'element-plus'
 import printIcon from './images/printIcon.png'
+import banner from './images/banner.png'
 import colVideo from '@/components/col-video/index'
 export default defineComponent({
   name: 'muiscDetial',
@@ -44,6 +45,9 @@ export default defineComponent({
               </div>
             </div>
             <div class={classes.musicContent}></div>
+            <div class={classes.showCode}>
+              <img src={banner} alt="" />
+            </div>
             <colVideo src="" styleValue={{
               height:'68px',
               bacground:'#333'