修改时间格式
This commit is contained in:
@@ -161,17 +161,6 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.box-table {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
min-width: 30px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.text {
|
||||
margin-right: 16px;
|
||||
}
|
||||
@@ -181,36 +170,3 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.box-th {
|
||||
min-width: 100px;
|
||||
max-width: 300px;
|
||||
padding: 20px 20px;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box-td {
|
||||
min-width: 100px;
|
||||
max-width: 300px;
|
||||
padding: 20px 20px;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.box-th-po {
|
||||
max-width: 340px;
|
||||
position: sticky;
|
||||
right: 0;
|
||||
background: #fff;
|
||||
padding: 20px 0 20px 20px;
|
||||
box-sizing: border-box;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user