소스 검색

按钮大小

natasha 3 년 전
부모
커밋
fcbc1e842a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/TextbookDetail.vue

+ 2 - 2
src/views/TextbookDetail.vue

@@ -561,7 +561,7 @@ export default {
           margin-top: 16px;
         }
         .get {
-          width: 120px;
+          min-width: 120px;
           height: 40px;
           background: #ff9900;
           border-radius: 4px;
@@ -651,7 +651,7 @@ export default {
               text-align: right;
             }
             .get {
-              width: 120px;
+              min-width: 120px;
               height: 40px;
               background: #ff9900;
               border-radius: 4px;