new class in default theme
这个提交包含在:
父节点
d43d97e541
当前提交
c1d78a4651
共有 1 个文件被更改,包括 33 次插入 和 25 次删除
|
|
@ -2,7 +2,7 @@ thead>tr>td {
|
|||
background-color: aliceblue !important;
|
||||
}
|
||||
|
||||
.selectize-input {
|
||||
.form-select {
|
||||
border: 1px solid #ced4da;
|
||||
}
|
||||
|
||||
|
|
@ -27,5 +27,13 @@ thead>tr>td {
|
|||
white-space: normal;
|
||||
}
|
||||
|
||||
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;}
|
||||
#qsoList_wrapper td { 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;
|
||||
}
|
||||
|
||||
正在加载…
在新工单中引用