【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;
@@ -35,11 +35,19 @@ export default {
}
</script>
<style scoped>
<style scoped lang="less">
.clause-content {
max-height: calc(100vh - 200px - 55px);
overflow: auto;
margin: 0 -24px;
padding: 0 24px;
/deep/ table {
width: 100%;
border: 1px solid;
td {
border: 1px solid;
}
}
}
</style>