pal设计器和流程发布表格类型UI优化

This commit is contained in:
yangl 2022-08-10 13:53:33 +08:00
parent 79f983449d
commit 58216f91e6
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -1033,7 +1033,7 @@
<!-- 弹框表格 --> <!-- 弹框表格 -->
<div id="attribute-table-window2" style="width:500px;height:325px;display:none;"> <div id="attribute-table-window2" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'> <div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;border-top: 2px solid #262424;border-bottom: 2px solid #262424"> <div style="height: 225px;width: 493px;overflow:auto;border-top: 2px solid #928d8d;border-bottom: 2px solid #928d8d">
<table style="width: 100%;border-collapse:collapse;"> <table style="width: 100%;border-collapse:collapse;">
<tbody class="protalDialogTable" id='attribute-table-content2'> <tbody class="protalDialogTable" id='attribute-table-content2'>

View File

@ -432,6 +432,7 @@ background-color: rgb(255, 255, 255);
white-space: normal; white-space: normal;
overflow-wrap: break-word; overflow-wrap: break-word;
cursor: pointer; cursor: pointer;
color: #666666;
} }
.tagContentTableTrTd{ .tagContentTableTrTd{