Forráskód Böngészése

设置最小宽度

yjq 10 hónapja
szülő
commit
79ea5776f8

+ 1 - 1
RuoYi-Vue-v3.8.7/ruoyi-admin/src/main/resources/static/page/goods/total.html

@@ -129,7 +129,7 @@
 												html += `<img src="images/kufang1.png" style="width:100px;border-radius: 10px;height:100px;"></img>`
 											}
 											
-											html += `<div style="color:#333;display: flex;flex-direction: column;justify-content: flex-start;margin-left:10px;">`
+											html += `<div style="color:#333;display: flex;flex-direction: column;justify-content: flex-start;margin-left:10px;min-width: 210px;">`
 						var data = json.data[i].kgyNames;
 						for (var j = 0; j < data.length; j++) {
 							var tephone = json.data[i].phones[j];