From 69494808b8ce6a39b161649b5e444f2f6f836628 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 17 六月 2024 17:19:58 +0800 Subject: [PATCH] 优化 --- src/books/sportsAndHealth/view/components/testDynaicTable.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/books/sportsAndHealth/view/components/testDynaicTable.vue b/src/books/sportsAndHealth/view/components/testDynaicTable.vue index eece151..130998f 100644 --- a/src/books/sportsAndHealth/view/components/testDynaicTable.vue +++ b/src/books/sportsAndHealth/view/components/testDynaicTable.vue @@ -40,10 +40,10 @@ <table> <thead> <tr> - <th style="width: 70px">璁粌绫诲瀷</th> - <th style="width: 70px">璁粌閮ㄤ綅</th> - <th style="width: 70px">鍔ㄤ綔鍚嶇О</th> - <th>鍔ㄤ綔绀轰緥</th> + <th>璁粌绫诲瀷</th> + <th>璁粌閮ㄤ綅</th> + <th>鍔ㄤ綔鍚嶇О</th> + <th style="max-width: 200px;">鍔ㄤ綔绀轰緥</th> <th>棰戞</th> </tr> </thead> @@ -55,7 +55,7 @@ <tr> <td>绔欏Э T 瀛�</td> <td class="gif-Con openImgBox"> - <img width="200px" src="../../image/gif/T-zi.gif" alt="" /> + <img width="100%" src="../../image/gif/T-zi.gif" alt="" /> </td> <td> <span>娆℃暟锛�20 娆� </span><br /><span>缁勬暟锛�2 缁�</span -- Gitblit v1.9.1