{!mobileLayout || administrator ?
:
}
- title={mobileLayout ? '车辆主档' : '车辆快速定位'}
+ title={mobileLayout ? '车辆主档' : '查找车辆'}
description={mobileLayout ? '批量维护品牌、车型与运营属性' : '车牌、VIN 或手机号快速查车'}
status={mobileLayout ? undefined : candidates.isPending ? '正在读取授权范围' : vehicleScope}
statusColor={candidates.isError ? 'red' : 'blue'}
- actions={administrator ?
: undefined} onClick={() => setSyncOpen((value) => !value)}>{syncOpen ? '收起同步' : mobileLayout ? '主档同步' : '批量同步主档'} : null}
+ actions={
+ {!mobileLayout ? : null}
+ {administrator ? : undefined} onClick={() => setSyncOpen((value) => !value)}>{syncOpen ? '收起同步' : mobileLayout ? '主档同步' : '批量同步主档'} : null}
+
}
/> : null}
{mobileLayout ?
: null}
}
+ {mobileLayout ? : null}
.semi-button {
+ min-width: 0;
+ min-height: 30px;
+ border: 1px solid transparent;
+ border-radius: 7px;
+ background: transparent;
+ color: #64758b;
+ font-size: 10px;
+ font-weight: 680;
+ box-shadow: none;
+}
+
+.v2-vehicle-directory-view-tabs.v2-segmented-tabs > .semi-button:hover {
+ border-color: #dce5ef;
+ background: #fff;
+ color: #315f98;
+}
+
+.v2-vehicle-directory-view-tabs.v2-segmented-tabs > .semi-button.is-active,
+.v2-vehicle-directory-view-tabs.v2-segmented-tabs > .semi-button.is-active:hover {
+ border-color: #c5d8f4;
+ background: #fff !important;
+ color: #1268df;
+ box-shadow: 0 2px 8px rgba(18, 104, 223, .08), inset 0 -2px #6fa4ed;
+}
+
+.v2-vehicle-directory-view-tabs .v2-segmented-tab-label {
+ width: 100%;
+ justify-content: center;
+}
+
.v2-vehicle-directory-v3 > .v2-vehicle-recent-card.semi-card {
width: min(1280px, 100%);
min-height: 0;
@@ -18802,6 +18852,22 @@
width: 100%;
}
+ .v2-vehicle-directory-v3 > .v2-vehicle-discovery-shell > .v2-vehicle-directory-view-tabs {
+ width: 100%;
+ min-width: 0;
+ grid-template-columns: repeat(4, minmax(0, 1fr));
+ border-width: 1px 0 0;
+ border-radius: 0 0 13px 13px;
+ background: #f7f9fc;
+ padding: 4px 6px 6px;
+ }
+
+ .v2-vehicle-directory-view-tabs.v2-segmented-tabs > .semi-button {
+ min-height: 34px;
+ padding-inline: 2px;
+ font-size: 9px;
+ }
+
.v2-vehicle-directory-v3 .v2-vehicle-command-bar.is-mobile-admin {
height: 44px;
min-height: 44px;