瀏覽代碼

新增/修改客诉样式添加

wangxiaoming 7 年之前
父節點
當前提交
54d19cced4

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

@@ -50,11 +50,10 @@
         .color-div{height: 30px;}
 
         .table-td-color{}
-        .msg-phone{
-            height: 35px;
-            line-height: 35px;
-        }
+        .msg-phone{height: 35px;line-height: 35px;}
 
+        /*用于邮寄信息的css*/
+        .youxi_xinxi{width: 980px}
     </style>
     <title>添加客诉 - 客诉管理 - RST</title>
 </head>

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

@@ -50,10 +50,10 @@
         .color-div{height: 30px;}
 
         .table-td-color{}
-        .msg-phone{
-            height: 35px;
-            line-height: 35px;
-        }
+        .msg-phone{height: 35px;line-height: 35px; }
+
+        /*用于邮寄信息的css*/
+        .youxi_xinxi{width: 980px}
     </style>
     <title>修改客诉 - 客诉管理 - RST</title>
 </head>