This commit is contained in:
a0049873 2022-06-27 09:43:37 +08:00
parent 03c4325919
commit 01f05b1963
4 changed files with 684 additions and 698 deletions

View File

@ -395,13 +395,13 @@
.primaryNode {
.top {
width: 100%;
height: .4rem;
height: 0.4rem;
background: rgba(0, 135, 225, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 .1rem;
margin-top: .08rem;
padding: 0 0.1rem;
margin-top: 0.08rem;
}
.top:hover {
cursor: pointer;
@ -422,16 +422,16 @@
.bottom {
width: 100%;
background: rgba(244, 245, 248, 0.8);
padding: 0 .1rem;
padding: 0 0.1rem;
// margin-bottom: .08rem;
.up {
cursor: pointer;
height: .4rem;
height: 0.4rem;
display: flex;
justify-content: space-between;
align-items: center;
border-top: .01rem solid #ccc;
padding: 0 .1rem;
border-top: 0.01rem solid #ccc;
padding: 0 0.1rem;
& > div {
display: flex;
justify-content: flex-start;
@ -455,7 +455,7 @@
}
}
.select {
padding: 0 .1rem 0 0;
padding: 0 0.1rem 0 0;
.name {
width: 1.7rem;
color: #0058e1;
@ -473,11 +473,11 @@
width: 100%;
.child {
cursor: pointer;
height: .4rem;
height: 0.4rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 .1rem;
padding: 0 0.1rem;
& > div {
display: flex;
justify-content: flex-start;
@ -510,7 +510,7 @@
color: #0058e1;
font-weight: 600;
}
padding: 0 .1rem 0 0;
padding: 0 0.1rem 0 0;
}
}
}

View File

@ -84,7 +84,7 @@
</div>
</template>
<script setup>
import { ref, onCreated } from 'vue'
import { ref } from 'vue'
const tabList = ref([
{
title: '设施类型',
@ -153,12 +153,6 @@
const clean = () => {
name.value = ''
}
// onCreated(() => {
// })
// onMounted(() => {
// })
//
const apply = () => {
console.log('一键申请')
@ -294,14 +288,6 @@
showSizeChanger: true,
pageSizeOptions: ['5', '10', '15', '20'], //
})
const queryParam = ref({
page: 1, //
size: 10, //
hosName: '',
hosCode: '',
province: '',
city: '',
})
const handleTableChange = (val) => {
pagination.value.current = val.current
pagination.value.pageSize = val.pageSize