This commit is contained in:
parent
5b2e4c6e1a
commit
7c4b0adde4
|
|
@ -196,7 +196,7 @@ onPullDownRefresh(() => {
|
|||
}
|
||||
|
||||
.company-list {
|
||||
padding: 16rpx 24rpx;
|
||||
padding: 16rpx 0;
|
||||
height: calc(100vh - 400rpx);
|
||||
}
|
||||
|
||||
|
|
@ -204,10 +204,12 @@ onPullDownRefresh(() => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 32rpx 24rpx;
|
||||
margin-bottom: 20rpx;
|
||||
margin: 0 24rpx 20rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 12rpx;
|
||||
border: 1rpx solid #e8e8e8;
|
||||
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.06);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.company-name {
|
||||
|
|
|
|||
|
|
@ -39,10 +39,10 @@
|
|||
<text class="frame-name">{{ frame.name }}</text>
|
||||
<scroll-view class="port-scroll" scroll-x>
|
||||
<view class="optical-box-wrapper">
|
||||
<!-- 左栏:光交箱端子 -->
|
||||
<!-- 左栏:配线端子 -->
|
||||
<view class="optical-left-col">
|
||||
<view class="optical-col-header">
|
||||
<text class="optical-col-title">光交箱端子</text>
|
||||
<text class="optical-col-title">配线端子</text>
|
||||
</view>
|
||||
<view
|
||||
class="optical-port-row"
|
||||
|
|
@ -69,10 +69,10 @@
|
|||
<!-- 中间分隔线 -->
|
||||
<view class="optical-divider" />
|
||||
|
||||
<!-- 右栏:ODF端子 -->
|
||||
<!-- 右栏:局线端子 -->
|
||||
<view class="optical-right-col">
|
||||
<view class="optical-col-header">
|
||||
<text class="optical-col-title">ODF端子</text>
|
||||
<text class="optical-col-title">局线端子</text>
|
||||
</view>
|
||||
<view
|
||||
class="optical-port-row"
|
||||
|
|
|
|||
|
|
@ -47,10 +47,10 @@
|
|||
<template v-if="rackType === 1">
|
||||
<scroll-view class="port-scroll" scroll-x>
|
||||
<view class="optical-box-wrapper">
|
||||
<!-- 左栏:光交箱端子(粉色背景) -->
|
||||
<!-- 左栏:配线端子(粉色背景) -->
|
||||
<view class="optical-left-col">
|
||||
<view class="optical-col-header">
|
||||
<text class="optical-col-title">光交箱端子</text>
|
||||
<text class="optical-col-title">配线端子</text>
|
||||
</view>
|
||||
<view
|
||||
class="optical-port-row"
|
||||
|
|
@ -80,10 +80,10 @@
|
|||
<!-- 中间分隔线 -->
|
||||
<view class="optical-divider" />
|
||||
|
||||
<!-- 右栏:ODF端子(浅蓝背景) -->
|
||||
<!-- 右栏:局线端子(浅蓝背景) -->
|
||||
<view class="optical-right-col">
|
||||
<view class="optical-col-header">
|
||||
<text class="optical-col-title">ODF端子</text>
|
||||
<text class="optical-col-title">局线端子</text>
|
||||
</view>
|
||||
<view
|
||||
class="optical-port-row"
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ onLoad((options) => {
|
|||
}
|
||||
|
||||
.region-list {
|
||||
padding: 16rpx 24rpx;
|
||||
padding: 16rpx 0;
|
||||
height: calc(100vh - 300rpx);
|
||||
}
|
||||
|
||||
|
|
@ -109,10 +109,12 @@ onLoad((options) => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
padding: 32rpx 24rpx;
|
||||
margin-bottom: 20rpx;
|
||||
margin: 0 24rpx 20rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 12rpx;
|
||||
border: 1rpx solid #e8e8e8;
|
||||
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.06);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.region-name {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue
Block a user