1
This commit is contained in:
parent
1ded3d1c9f
commit
92176b4727
@ -809,16 +809,17 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
|
||||
|
||||
.chawushuj { width: 100%; text-align: center; }
|
||||
|
||||
.customname-table-box { margin: 24px; height: calc(100% - 106px); overflow-y: auto; }
|
||||
.customname-info-bg { border-left: 1px solid #f0f2f5; }
|
||||
.customname-table-box { margin: 24px; height: calc(100% - 106px); overflow: hidden;}
|
||||
.customname-info-bg { height: calc(100% ); }
|
||||
.layui-tab-content { height: calc(100%); overflow: auto; }
|
||||
.customname-info-table-top { z-index: 999; width: calc(100% - 96px); position: absolute; display: flex; align-items: center; background-color: #f0f2f5; }
|
||||
.customname-info-table-top div { width: 33%; padding: 24px 0; text-indent: 20px; border-right: 1px solid #fff; }
|
||||
.customname-val-box { display: flex; }
|
||||
.customname-val { width: 33%; display: flex; align-items: center; text-indent: 20px; padding: 24px 0; border-bottom: 1px solid #f0f2f5;}
|
||||
.customname-val-right-box { width: 66.9%; }
|
||||
.customname-val-right {display: flex; align-items: center; width: 100%; border-left: 1px solid #f0f2f5; border-bottom: 1px solid #f0f2f5; }
|
||||
.customname-val-right div { width: 50%; padding: 24px 0; text-indent: 20px; border-right: 1px solid #f0f2f5;}
|
||||
.customname-content-box { position: relative; top: 66px; }
|
||||
.customname-val-right {display: flex; align-items: center; width: 100%; }
|
||||
.customname-val-right div { width: 50%; padding: 24px 0; text-indent: 20px; border-right: 1px solid #f0f2f5; border-left: 1px solid #f0f2f5; border-top: 1px solid #f0f2f5;}
|
||||
.customname-content-box { height: 100%; }
|
||||
|
||||
.table_box_big {
|
||||
/* overflow-x: scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user