627bug
This commit is contained in:
parent
12f0bdc814
commit
0562c702fe
|
@ -251,35 +251,35 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.form-container {
|
.form-container {
|
||||||
height: 6rem;
|
height: 6rem;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding: 20px 20px 30px 20px;
|
padding: 20px 20px 30px 20px;
|
||||||
.title {
|
.title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-left: 6px #0058e1 solid;
|
border-left: 6px #0058e1 solid;
|
||||||
}
|
|
||||||
}
|
|
||||||
:deep(.ant-table-thead) > tr > .ant-table-cell {
|
|
||||||
background: #0087ff;
|
|
||||||
color: #fff;
|
|
||||||
border: none;
|
|
||||||
text-align: center;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
:deep(.ant-table-tbody) > tr > .ant-table-cell:nth-child(5) {
|
|
||||||
width: 110px;
|
|
||||||
display: inline-block;
|
|
||||||
white-space: nowrap;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.oddNumbers {
|
|
||||||
margin-bottom: 0.05rem;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
:deep(.ant-table-thead) > tr > .ant-table-cell {
|
||||||
|
background: #0087ff;
|
||||||
|
color: #fff;
|
||||||
|
border: none;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
:deep(.ant-table-tbody) > tr > .ant-table-cell:nth-child(5) {
|
||||||
|
// width: 110px;
|
||||||
|
// display: inline-block;
|
||||||
|
// white-space: nowrap;
|
||||||
|
// overflow: hidden;
|
||||||
|
// text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
.oddNumbers {
|
||||||
|
margin-bottom: 0.05rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue