This commit is contained in:
罗松柏 2021-09-29 14:34:23 +08:00
parent 620cd1e067
commit b85a920464
3 changed files with 5 additions and 5 deletions

2
web/src/x.min.js vendored
View File

@ -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 = {

View File

@ -87,7 +87,7 @@ body{
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
width: 150px;
}
/* 表头 start */
.fixed-table-box>.fixed-table_header-wraper{

View File

@ -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;}