Button Style
这个提交包含在:
父节点
af739a6386
当前提交
a4278a6c75
共有 2 个文件被更改,包括 4 次插入 和 6 次删除
|
|
@ -38,12 +38,6 @@ echo "var user_options = $options;";
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 8px 0 0;
|
margin: 0 8px 0 0;
|
||||||
}
|
}
|
||||||
.btn {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
#qsoList td:nth-child(11) {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<?php
|
<?php
|
||||||
$options = json_decode($options);
|
$options = json_decode($options);
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,9 @@ thead>tr>td {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||||
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用