pal设计器数据属性和文件属性表格类型ui优化

This commit is contained in:
yangl 2022-08-09 17:45:01 +08:00
parent dea0b8d773
commit 572208ab3d
2 changed files with 6 additions and 5 deletions

View File

@ -2860,7 +2860,7 @@
<div id="attribute-table-window" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;">
<table style="width: 100%;border-collapse:collapse;">
<table style="width: 100%;border-collapse:collapse;border-top: 2px solid #262424;border-bottom: 2px solid #262424">
<tbody class="dialogTableTbody" id='attribute-table-content'>
</tbody>
@ -2874,7 +2874,7 @@
<div id="attribute-table-window1" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;">
<table style="width: 100%;border-collapse:collapse;">
<table style="width: 100%;border-collapse:collapse;border-top: 2px solid #262424;border-bottom: 2px solid #262424">
<tbody class="dialogTableTbody" id='attribute-table-content1'>
</tbody>

View File

@ -378,10 +378,11 @@ height: 25px;
line-height: 20px;
}
.dialogTableTbody tr td{
height: 20px;
color: #666666;
border:1px solid #ccc;
padding:0 5px;
white-space: normal;
border-bottom:1px dashed #999b9f;
padding: 5px;
white-space: normal;
cursor: pointer;
}
.dialogTableHead {