流程发布表格类型样式修改

This commit is contained in:
yangl 2022-08-08 10:21:23 +08:00
parent 9f17ea3a40
commit 3c20462a03

View File

@ -557,11 +557,11 @@
<style type="text/css">
.dialogTableTbody tr td{
height: 22px;
.protalDialogTable tr td{
height: 20px;
color: #666666;
border:1px solid #ccc;
padding:0 5px;
border-bottom:1px dashed #999b9f;
padding: 5px;
white-space: normal;
cursor: pointer;
}
@ -1033,9 +1033,9 @@
<!-- 弹框表格 -->
<div id="attribute-table-window2" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;">
<div style="height: 225px;width: 493px;overflow:auto;border-top: 2px solid #262424;border-bottom: 2px solid #262424">
<table style="width: 100%;border-collapse:collapse;">
<tbody class="dialogTableTbody" id='attribute-table-content2'>
<tbody class="protalDialogTable" id='attribute-table-content2'>
</tbody>
</table>