This commit is contained in:
shijingjing
2022-09-26 14:02:17 +08:00
parent 48f58d5380
commit 80f57d2e4d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="AppGetwayRegister">
<div class="AppGetewayRegister">
<div class="title">
<h2>全部记录</h2>
<div class="right">
@@ -46,7 +46,7 @@
<script>
import {mapState} from 'vuex'
export default {
name: "AppGetwayRegister",
name: "AppGetewayRegister",
appName: "卡口登记",
data() {
return {
@@ -103,7 +103,7 @@ export default {
</script>
<style lang="scss" socped>
.AppGetwayRegister {
.AppGetewayRegister {
padding: 0 0 150px 0;
.title {

View File

@@ -605,7 +605,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.getewayAdd {
padding-bottom: 140px;

View File

@@ -239,7 +239,7 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.getewayDetail {
padding-bottom: 150px;
box-sizing: border-box;