421
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zpc 2026-04-04 16:11:14 +08:00
parent 5b2e4c6e1a
commit 7c4b0adde4
5 changed files with 16 additions and 12 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 {