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