소스 검색

小酷搜索

liushengqiang 1 년 전
부모
커밋
9c11e23a93
3개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      dev-dist/sw.js
  2. 4 0
      src/views/xiaoku-ai/index.module.less
  3. 4 0
      src/views/xiaoku-music/index.module.less

+ 2 - 2
dev-dist/sw.js

@@ -67,7 +67,7 @@ if (!self.define) {
     });
   };
 }
-define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
+define(['./workbox-ab7aa862'], (function (workbox) { 'use strict';
 
   self.skipWaiting();
   workbox.clientsClaim();
@@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
     "revision": "3ca0b8505b4bec776b69afdba2768812"
   }, {
     "url": "index.html",
-    "revision": "0.ibpgg9upns"
+    "revision": "0.npjf49t2n6o"
   }], {});
   workbox.cleanupOutdatedCaches();
   workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

+ 4 - 0
src/views/xiaoku-ai/index.module.less

@@ -17,6 +17,10 @@
       margin-left: auto;
       width: 360px;
     }
+    .n-input__input-el{
+      height: 100%;
+      line-height: 100%;
+    }
 
     .n-button.n-button--disabled {
       cursor: initial;

+ 4 - 0
src/views/xiaoku-music/index.module.less

@@ -82,6 +82,10 @@
       margin-left: auto;
       width: 361px;
     }
+    .n-input__input-el{
+      height: 100%;
+      line-height: 100%;
+    }
   }
 }