1
This commit is contained in:
parent
620cd1e067
commit
b85a920464
2
web/src/x.min.js
vendored
2
web/src/x.min.js
vendored
@ -8712,7 +8712,7 @@ var X = window.X || {
|
||||
console.log("table",data);
|
||||
X.laytpldata("#kanban-model-modify-table-dot",data,"model"+data.id,function(html){
|
||||
$("#conent-box"+data.id).html(html);
|
||||
if(data.modeltype == 'table'){
|
||||
if(data.modeltype == 'table' && data.modelsize != "small"){
|
||||
var headdata = [];
|
||||
for(let i in data.titledata){
|
||||
var arr = {
|
||||
|
@ -87,7 +87,7 @@ body{
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
|
||||
width: 150px;
|
||||
}
|
||||
/* 表头 start */
|
||||
.fixed-table-box>.fixed-table_header-wraper{
|
||||
|
@ -169,8 +169,8 @@
|
||||
.control { height: 21px; display: block; }
|
||||
.tool-show .control { display: block; }
|
||||
|
||||
.table-box { margin: 10px 24px 0 24px; height: 290px; overflow-x: auto; overflow-y: hidden; }
|
||||
.table-tbody-box { height: 290px; overflow-x: auto; overflow-y: hidden; }
|
||||
.table-box { margin: 10px 24px 0 24px; height: 300px; overflow-x: auto; overflow-y: hidden; }
|
||||
.table-tbody-box { height: 300px; overflow-x: auto; overflow-y: auto; }
|
||||
.table-thead { }
|
||||
|
||||
.layui-table-body { height: 242px; overflow: auto; }
|
||||
@ -612,7 +612,7 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
|
||||
.w-300{width: 300px;}
|
||||
.w-100{width: 100px;}
|
||||
.ws-100 { width: 100px; }
|
||||
.ws-150 { width: 150px; }
|
||||
.ws-150 { width: 150px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: break-all;}
|
||||
.btns{text-align: center;}
|
||||
.btns button{padding: 10px 20px;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user