{{ +{{ { 选项卡菜单7个: $enum(E_选项卡菜单).getValues(), ...state } }}@@ -273,27 +289,27 @@ const 屏幕照片 = computed(() => {--+
-+
+-
{{ state.频率状态.输入状态.选中的频率菜单列表的项目 }}@@ -328,38 +344,40 @@ const 屏幕照片 = computed(() => { data-box="屏幕右侧的选项卡" class="flex flex-col gap-y-[4px] w-[80px] text-black absolute right-0 top-0 bottom-[15px]" > - +-
@@ -369,37 +387,36 @@ const 屏幕照片 = computed(() => { class="flex-1 flex flex-col justify-around gap-y-[4px]" data-box="FreqChannel单位列表" > - - - - - - -+ GHz -+ MHz -+ KHz -+ Hz - - - + + ++-+- - - - + + + + +- -+@@ -422,11 +439,11 @@ const 屏幕照片 = computed(() => { .wrp { font-family: 'Helvetica Custom'; } -.wrp * { +/* .wrp * { overflow: hidden; -} +} */ -img { +img[alt='频谱仪设备'] { width: calc(2554px * 0.5); height: calc(1626px * 0.5); max-width: fit-content; @@ -443,10 +460,35 @@ img { line-height: 1.2; padding-left: 2px; border-radius: 4px; + + text-decoration: none; + display: flex; /* 使用 flex 居中文本 */ + justify-content: center; + align-items: center; + /* width: 100%; */ /* 宽度占满 grid 单元格 */ + /* height: 100%; */ /* 高度占满 grid 单元格 */ + background-color: #e0e0e0; /* 按钮浅灰色背景 */ + color: #333333; /* 深灰色文字 */ + /* font-size: 20px; */ /* 调整字体大小 */ + /* font-weight: bold; */ /* 字体加粗 */ + /* border-radius: 4px; */ /* 按钮圆角 */ + border: 1px solid #b0b0b0; /* 添加边框 */ + box-shadow: + 1px 1px 2px rgba(0, 0, 0, 0.2), + /* 轻微外阴影 */ -1px -1px 2px rgba(255, 255, 255, 0.8); /* 轻微外高光 */ + transition: all 0.1s ease-in-out; /* 平滑过渡效果 */ +} +.ppy-btn:active { + background-color: #d5d5d5; + box-shadow: + inset 1px 1px 3px rgba(0, 0, 0, 0.3), + inset -1px -1px 3px rgba(255, 255, 255, 0.6); + border-color: #a0a0a0; + transform: scale(0.98); } .menu-item { - @apply bg-gray-200/50 p-[2px] rounded-[2px]; + /* @apply bg-gray-200/50 p-[2px]; */ font-size: 12px; /* border: 1px solid white; */ } diff --git a/src/components/PinPuYi/imgs/屏幕_0.png b/src/components/PinPuYi/imgs/屏幕_0.png index 88d166c..707ed20 100644 Binary files a/src/components/PinPuYi/imgs/屏幕_0.png and b/src/components/PinPuYi/imgs/屏幕_0.png differ diff --git a/src/components/PinPuYi/imgs/屏幕_1.png b/src/components/PinPuYi/imgs/屏幕_1.png index 10d5755..8e249d9 100644 Binary files a/src/components/PinPuYi/imgs/屏幕_1.png and b/src/components/PinPuYi/imgs/屏幕_1.png differ diff --git a/src/components/PinPuYi/imgs/屏幕_2.png b/src/components/PinPuYi/imgs/屏幕_2.png index 9caa92c..e1a40bf 100644 Binary files a/src/components/PinPuYi/imgs/屏幕_2.png and b/src/components/PinPuYi/imgs/屏幕_2.png differ diff --git a/src/components/PinPuYi/imgs/屏幕_3.png b/src/components/PinPuYi/imgs/屏幕_3.png new file mode 100644 index 0000000..ffd0e0a Binary files /dev/null and b/src/components/PinPuYi/imgs/屏幕_3.png differ diff --git a/src/components/PinPuYi/pin-pu-yi-bg.png b/src/components/PinPuYi/pin-pu-yi-bg.png index 3679d09..a9df823 100644 Binary files a/src/components/PinPuYi/pin-pu-yi-bg.png and b/src/components/PinPuYi/pin-pu-yi-bg.png differ