|
@@ -33,7 +33,7 @@ onMounted(() => {
|
|
|
onBeforeUnmount(() => {
|
|
|
})
|
|
|
const itemForAll=ref({
|
|
|
- data: [
|
|
|
+ data: [{ name: '船舶', indexName: 'cb' ,click:false},
|
|
|
{ name: '码头', indexName: 'fd' ,click:false},
|
|
|
{ name: '泊位', indexName: 'sx' ,click:false},
|
|
|
{ name: '航道', indexName: 'qj' ,click:false},
|
|
@@ -57,7 +57,7 @@ onBeforeUnmount(() => {
|
|
|
align-items: center;
|
|
|
top: 10vh;
|
|
|
.Tool-level{
|
|
|
- height: 515px;
|
|
|
+ height: 585px;
|
|
|
width: 290px;
|
|
|
background: url('../../../../assets/imgs/header/tclbbg.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
@@ -70,7 +70,7 @@ onBeforeUnmount(() => {
|
|
|
padding-left: 20px;
|
|
|
}
|
|
|
.Tool-Border{
|
|
|
- height: 300px;
|
|
|
+ height: 430px;
|
|
|
width: 100%;
|
|
|
flex-direction: column;
|
|
|
justify-content: space-between;
|