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

View File

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

View File

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