update 国内标准-编辑

This commit is contained in:
赵霄
2023-09-14 17:14:04 +08:00
parent 9de2b8074f
commit 57b701165b
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -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;
+1 -1
View File
@@ -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>