scoped
This commit is contained in:
@@ -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 {
|
||||
@@ -605,7 +605,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.getewayAdd {
|
||||
padding-bottom: 140px;
|
||||
|
||||
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
.getewayDetail {
|
||||
padding-bottom: 150px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user