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

@ -1334,7 +1334,7 @@
}) })
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.resultListSearchInput-father { .resultListSearchInput-father {
background: #f3f5f9; background: #f3f5f9;
padding-left: 0.2rem; padding-left: 0.2rem;
padding-top: 0.2rem; padding-top: 0.2rem;
@ -1349,8 +1349,8 @@
margin-top: 0.2rem; margin-top: 0.2rem;
} }
} }
} }
.resultListSearchInput { .resultListSearchInput {
margin-left: 0.1rem; margin-left: 0.1rem;
:deep(.ant-input) { :deep(.ant-input) {
width: 4rem; width: 4rem;
@ -1372,8 +1372,8 @@
:deep(.ant-input-group-addon) { :deep(.ant-input-group-addon) {
left: 0 !important; left: 0 !important;
} }
} }
.button-reset { .button-reset {
border: 0; border: 0;
outline: none; outline: none;
width: 0.8rem; width: 0.8rem;
@ -1386,8 +1386,8 @@
line-height: 0.34rem; line-height: 0.34rem;
margin-left: 2.5rem; margin-left: 2.5rem;
cursor: pointer; cursor: pointer;
} }
.details-pageconetent { .details-pageconetent {
height: 100%; height: 100%;
width: 100%; width: 100%;
display: flex; display: flex;
@ -1690,8 +1690,8 @@
} }
} }
} }
} }
.shrinkTag { .shrinkTag {
width: 0.5rem; width: 0.5rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -1700,12 +1700,12 @@
span { span {
cursor: pointer; cursor: pointer;
} }
} }
.shrink { .shrink {
height: unset !important; height: unset !important;
overflow: unset !important; overflow: unset !important;
} }
.talk-monitor { .talk-monitor {
position: fixed; position: fixed;
bottom: 0.5rem; bottom: 0.5rem;
right: 0.1rem; right: 0.1rem;
@ -1718,8 +1718,8 @@
background: url('~@/assets/home/icon-talk.png'); background: url('~@/assets/home/icon-talk.png');
background-size: cover; background-size: cover;
} }
} }
.top-content-father { .top-content-father {
width: 10.87rem; width: 10.87rem;
padding-left: 0.2rem; padding-left: 0.2rem;
// margin-bottom: .2rem; // margin-bottom: .2rem;
@ -1797,11 +1797,11 @@
.top-content:nth-child(1) { .top-content:nth-child(1) {
margin-top: 0.41rem !important; margin-top: 0.41rem !important;
} }
} }
:deep(.ant-card-grid) { :deep(.ant-card-grid) {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
} }
</style> </style>

View File

@ -340,59 +340,59 @@
}) })
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
// .wrapper { // .wrapper {
// height: 100%; // height: 100%;
// width: 100%; // width: 100%;
// padding: .2rem; // padding: .2rem;
// .wrapper-title { // .wrapper-title {
// height: .28rem; // height: .28rem;
// width: 100%; // width: 100%;
// margin-bottom: .25rem; // margin-bottom: .25rem;
// .wrapper-title-name { // .wrapper-title-name {
// width: 100%; // width: 100%;
// height: .17rem; // height: .17rem;
// font-size: .18rem; // font-size: .18rem;
// font-family: 'AlibabaPuHuiTiR'; // font-family: 'AlibabaPuHuiTiR';
// font-weight: 400; // font-weight: 400;
// color: #0058e1; // color: #0058e1;
// line-height: .34rem; // line-height: .34rem;
// } // }
// .wrapper-title-yangshi { // .wrapper-title-yangshi {
// width: .4rem; // width: .4rem;
// height: .03rem; // height: .03rem;
// background: #0058e1; // background: #0058e1;
// border-radius: .02rem; // border-radius: .02rem;
// margin-top: .2rem; // margin-top: .2rem;
// margin-left: .15rem; // margin-left: .15rem;
// } // }
// } // }
// .wrapper-title-left-tree { // .wrapper-title-left-tree {
// overflow-y: auto; // overflow-y: auto;
// height: 80%; // height: 80%;
// width: 2.1rem; // width: 2.1rem;
// } // }
// .wrapper-title-left-tree::-webkit-scrollbar { // .wrapper-title-left-tree::-webkit-scrollbar {
// width: .05rem; // width: .05rem;
// height: .05rem; // height: .05rem;
// } // }
// .wrapper-title-left-tree::-webkit-scrollbar-thumb { // .wrapper-title-left-tree::-webkit-scrollbar-thumb {
// border-radius: .05rem; // border-radius: .05rem;
// background-color: #0058e1; // background-color: #0058e1;
// } // }
// .wrapper-title-left-tree::-webkit-scrollbar-track { // .wrapper-title-left-tree::-webkit-scrollbar-track {
// background-color: transparent; // background-color: transparent;
// } // }
// :deep(.ant-tree-treenode) { // :deep(.ant-tree-treenode) {
// margin-top: .1rem; // margin-top: .1rem;
// height: .23rem; // height: .23rem;
// overflow: hidden; // overflow: hidden;
// text-overflow: ellipsis; // text-overflow: ellipsis;
// display: -webkit-box; // display: -webkit-box;
// -webkit-line-clamp: 1; // -webkit-line-clamp: 1;
// -webkit-box-orient: vertical; // -webkit-box-orient: vertical;
// } // }
// } // }
.primaryNode { .primaryNode {
.top { .top {
width: 100%; width: 100%;
height: 0.4rem; height: 0.4rem;
@ -514,5 +514,5 @@
} }
} }
} }
} }
</style> </style>

View File

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

View File

@ -84,7 +84,7 @@
</div> </div>
</template> </template>
<script setup> <script setup>
import { ref, onCreated } from 'vue' import { ref } from 'vue'
const tabList = ref([ const tabList = ref([
{ {
title: '设施类型', title: '设施类型',
@ -153,12 +153,6 @@
const clean = () => { const clean = () => {
name.value = '' name.value = ''
} }
// onCreated(() => {
// })
// onMounted(() => {
// })
// //
const apply = () => { const apply = () => {
console.log('一键申请') console.log('一键申请')
@ -294,14 +288,6 @@
showSizeChanger: true, showSizeChanger: true,
pageSizeOptions: ['5', '10', '15', '20'], // pageSizeOptions: ['5', '10', '15', '20'], //
}) })
const queryParam = ref({
page: 1, //
size: 10, //
hosName: '',
hosCode: '',
province: '',
city: '',
})
const handleTableChange = (val) => { const handleTableChange = (val) => {
pagination.value.current = val.current pagination.value.current = val.current
pagination.value.pageSize = val.pageSize pagination.value.pageSize = val.pageSize
@ -311,7 +297,7 @@
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.infrastructrueBox { .infrastructrueBox {
width: 10.87rem; width: 10.87rem;
padding: 0.2rem; padding: 0.2rem;
background: #f3f5f9; background: #f3f5f9;
@ -437,5 +423,5 @@
background-color: #fafafa; background-color: #fafafa;
} }
} }
} }
</style> </style>