Browse Source

Merge branch 'master' of http://101.200.220.49:8001/xiuli.gao/playlet

xiuli.gao 1 year ago
parent
commit
3982c76a77

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.63c5907011ceb5f34a6048b2a97dc561.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.6de5e0fc4c15b84fe016.js></script><script type=text/javascript src=./static/js/app.829edfe4e58baaaaaf5b.js></script></body></html>
10
+      })();</script><link href=./static/css/app.a00d0809c5174471fd6020df306fef74.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.0138cc94c2e39298a739.js></script><script type=text/javascript src=./static/js/app.829edfe4e58baaaaaf5b.js></script></body></html>

+ 7 - 4
project/src/components/detials/order.vue

@@ -1,12 +1,12 @@
1 1
 <template>
2 2
   <div class="con" v-loading="loading">
3 3
     <div class="thead">
4
-      <div class="thead_item" v-for="(t_h,thidx) in theadList" :key="thidx" :style="{width:t_h.width?t_h.width:'20%'}">{{t_h.name}}</div>
4
+      <div class="thead_item" v-for="(t_h,thidx) in theadList" :key="thidx">{{t_h.name}}</div>
5 5
     </div>
6 6
     <template v-if="list&&list.length>0">
7 7
       <div class="tbody">
8 8
         <div class="tbody_item" v-for="l in list" :key="l.order_id">
9
-          <div style="width: 28%;">
9
+          <div>
10 10
             {{l.order_id?l.order_id:'-'}}
11 11
           </div>
12 12
           <div>{{l.playlet_name ? l.playlet_name  : '-'}}</div>
@@ -104,7 +104,8 @@ export default {
104 104
     position: sticky;
105 105
     top: 60px;
106 106
     .thead_item{
107
-      width: 20%;
107
+      // width: 20%;
108
+      flex: 1;
108 109
       padding: 16px;
109 110
       color: #666;
110 111
       background-color: #fbfbfb;
@@ -120,7 +121,9 @@ export default {
120 121
       border: 1px solid #EBEEF5;
121 122
       border-top: none;
122 123
       div{
123
-        width: 20%;
124
+        // width: 20%;
125
+        flex: 1;
126
+        word-break:break-all;
124 127
         border-right: 1px solid #EBEEF5;
125 128
         padding: 16px;
126 129
       }

File diff suppressed because it is too large
+ 0 - 1
static/css/app.63c5907011ceb5f34a6048b2a97dc561.css


File diff suppressed because it is too large
+ 1 - 0
static/css/app.a00d0809c5174471fd6020df306fef74.css


File diff suppressed because it is too large
+ 2 - 2
static/js/0.1d744628d325ee26b6c6.js


static/js/3.de1a03ddf00b92f1ae56.js → static/js/3.7c3ccbbb9c2e1a3a5d1d.js


static/js/35.4ab5b54ac1a70725d90f.js → static/js/35.8e7f712ac0f39ae13294.js


File diff suppressed because it is too large
+ 1 - 1
static/js/manifest.6de5e0fc4c15b84fe016.js