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