Browse Source

nsy update 微信门户磁贴管理样式优化

ningsy 5 năm trước cách đây
mục cha
commit
db83bff66f

+ 4 - 4
suishenbang-wxportal/suishenbang-wxportal-manager/src/main/resources/templates/wxportal/magnet/wxMagnet.html

@@ -60,7 +60,7 @@
 		        <!--</a>-->
 	        </div>
        		 <div class="col-sm-12 select-table table-striped">
-	            <table id="bootstrap-table"></table>
+	            <table id="bootstrap-table" style="table-layout: fixed;word-break:break-all; word-wrap:break-word;"></table>
 	        </div>
 	    </div>
 	</div>
@@ -94,7 +94,7 @@
                 {
                     field: 'magnetName',
                     title: '磁贴名称',
-                    width: '20%'
+                    width: '15%'
                 },
 		        {
 		            field: 'bgUrl',
@@ -119,7 +119,7 @@
 		        {
 		            field: 'url',
 		            title: '请求地址',
-		            width: '15%',
+		            width: '30%',
 		            align: "left"
 		        },
 				{
@@ -160,7 +160,7 @@
                 },
 		        {
 		            title: '操作',
-		            width: '20%',
+		            width: '15%',
 		            align: "left",
 		            formatter: function(value, row, index) {
 		                var actions = [];