Commit 72a9ec7c authored by 何波's avatar 何波

活期页面样式

parent b6ff2294
...@@ -107,6 +107,14 @@ ...@@ -107,6 +107,14 @@
text-align: left; text-align: left;
vertical-align: middle; vertical-align: middle;
} }
table th,
table td {
border: none !important; /* 使用 !important 确保覆盖原有的行内样式或高优先级样式 */
border-top: none;
border-bottom: none;
border-left: none;
border-right: none;
}
thead, tbody, tfoot, tr { thead, tbody, tfoot, tr {
margin: 0; margin: 0;
padding: 0; padding: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment