소스 검색

0718-0322-h01

Zory 3 일 전
부모
커밋
1471a077e8
4개의 변경된 파일1014개의 추가작업 그리고 993개의 파일을 삭제
  1. 11 2
      src/views/manage/order/after/components/detail.vue
  2. 504 509
      src/views/merchant/goods/add.vue
  3. 488 480
      src/views/merchant/goods/edit.vue
  4. 11 2
      src/views/merchant/order/after/components/detail.vue

+ 11 - 2
src/views/manage/order/after/components/detail.vue

@@ -57,7 +57,9 @@
                             <div class="ts-form-item">
                                 <div class="form-title">回复结果 </div>
                                 <div class="form-input-text">
-                                    <div class="data" v-html="orderData.remark"></div>
+                                    <div class="content-data">
+                                        <div v-html="orderData.remark"></div>
+                                    </div>
                                 </div>
                             </div>
                         </div>
@@ -130,7 +132,7 @@ export default {
 }
 </script>
 
-<style>
+<style scoped>
 .nopadding{background: #f8f8f8 !important;}
 .ts-header{padding: 10px 0;margin-bottom: 10px;}
 .ts-header .ts-h-title{font-size: 14px;color: #666;padding: 10px;}
@@ -139,6 +141,13 @@ export default {
 .ts-header .store-info .store-left .address{font-size: 12px;color: #999;}
 .ts-body{background-color: #fff;padding: 10px;position: relative;}
 
+.content-data {
+    /deep/ img{
+        width: 100%;
+        height: 100%;
+    }
+}
+
 .ts-body .order-status{position: absolute;right: 10px;top: 10px;}
 .ts-body .order-status img{width: 110px;height: 110px;transform: rotate(45deg);}
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 504 - 509
src/views/merchant/goods/add.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 488 - 480
src/views/merchant/goods/edit.vue


+ 11 - 2
src/views/merchant/order/after/components/detail.vue

@@ -57,7 +57,9 @@
                             <div class="ts-form-item">
                                 <div class="form-title">回复结果 </div>
                                 <div class="form-input-text">
-                                    <div class="data" v-html="orderData.remark"></div>
+                                    <div class="content-data">
+                                        <div v-html="orderData.remark"></div>
+                                    </div>
                                 </div>
                             </div>
                         </div>
@@ -130,7 +132,7 @@ export default {
 }
 </script>
 
-<style>
+<style scoped>
 .nopadding{background: #f8f8f8 !important;}
 .ts-header{padding: 10px 0;margin-bottom: 10px;}
 .ts-header .ts-h-title{font-size: 14px;color: #666;padding: 10px;}
@@ -139,6 +141,13 @@ export default {
 .ts-header .store-info .store-left .address{font-size: 12px;color: #999;}
 .ts-body{background-color: #fff;padding: 10px;position: relative;}
 
+.content-data {
+    /deep/ img{
+        width: 100%;
+        height: 100%;
+    }
+}
+
 .ts-body .order-status{position: absolute;right: 10px;top: 10px;}
 .ts-body .order-status img{width: 110px;height: 110px;transform: rotate(45deg);}
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.