湖里大屏(CIM+):完成设计变更布局

This commit is contained in:
Jack 2022-08-04 13:40:00 +08:00
parent 1c1489ebf2
commit da2533b644
2 changed files with 11 additions and 28 deletions

View File

@ -1,42 +1,24 @@
<template>
<!-- 设计变更 -->
<div class="container">
<div class="titleTxt">{{ title }}</div>
</div>
<Card :title="title">
<Table :thead="['变更时间', '变更类型']" />
</Card>
</template>
<script>
import Card from '../components/Card.vue'
import Table from '../components/Table.vue'
export default {
components: { Card, Table },
props: {
title: {
type: String,
default: "default title"
default: 'default title'
}
},
data() {
return {
};
},
return {}
}
}
</script>
<style lang="less" scoped>
.container {
width: 100%;
height: 100%;
border: 1px solid #0081c3;
.titleTxt {
font-size: 18px;
color: #6ee4f0;
margin-top: 5px;
margin-left: 5px;
}
}
</style>
<style lang="less" scoped></style>

View File

@ -23,6 +23,7 @@ export default {
width: 100%;
height: 100%;
border: 1px solid #0081c3;
background-color: #07162b;
.title {
padding-left: 6px;
height: 30px;