浏览代码

优化订单列表展示

xian 4 年之前
父节点
当前提交
c008e99fe3

+ 4 - 0
watero-rst-web/src/main/webapp/WEB-INF/views/cm/customer/custome_list.ftl

@@ -38,6 +38,10 @@
         .chosen{
             margin-bottom: 10px;
         }
+        .chosen-results{
+            word-wrap: break-word;
+            white-space: normal;
+        }
     </style>
 </head>
 <body>

+ 4 - 0
watero-rst-web/src/main/webapp/WEB-INF/views/order/salesOrder/sales_order_list.ftl

@@ -17,6 +17,10 @@
         .chosen{
             margin-bottom: 10px;
         }
+        .chosen-results{
+            word-wrap: break-word;
+            white-space: normal;
+        }
         .my-input{border: 1px solid rgba(0,0,0,.1);padding: 1px 5px;height: 32px;margin-right: 10px;}
         .my-btn-search{border: 1px solid #32a3d8;padding: 1px 25px;height: 32px;background-color: #32a3d8;color: #fff;}
         .table-bg thead th{background-color: #e2f6ff;}