【fix】bug82598- 表格边框加样式

This commit is contained in:
fengchenchen
2024-03-26 17:03:26 +08:00
parent fe20f833e8
commit cca4d8616b
2 changed files with 13 additions and 2 deletions
@@ -909,8 +909,11 @@ export default {
/deep/ table {
width: 100%;
border: 1px solid;
td {
border: 1px solid;
}
}
/deep/ img {
max-width: 100%;
max-height: 500px;