update 国内标准-编辑
This commit is contained in:
@@ -643,6 +643,10 @@
|
|||||||
border-bottom: 1px solid #E5E6EB;
|
border-bottom: 1px solid #E5E6EB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-item:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: PingFang SC-Regular, PingFang SC, sans-serif;
|
font-family: PingFang SC-Regular, PingFang SC, sans-serif;
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
add () {
|
add () {
|
||||||
this.$set(this.formInline, 'year_number', '2023')
|
this.formInline = Object.assign({}, this.defaultValue)
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
this.type = 'add'
|
this.type = 'add'
|
||||||
this.getForm()
|
this.getForm()
|
||||||
|
|||||||
@@ -65,4 +65,8 @@ export default {
|
|||||||
.record-item:first-child {
|
.record-item:first-child {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.record-item:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user