From 84f73671feda622e027fc5d7f5dc49e38af955aa Mon Sep 17 00:00:00 2001 From: Spectrollay <2819288472@qq.com> Date: Sat, 5 Oct 2024 14:05:04 +0800 Subject: [PATCH] 2024100501 --- Verification/file-hashes.json | 4 ++-- Verification/project-hash.json | 2 +- stylesheet/custom_elements.css | 4 ++-- updatelog/index.html | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Verification/file-hashes.json b/Verification/file-hashes.json index cd3fce8..834700e 100644 --- a/Verification/file-hashes.json +++ b/Verification/file-hashes.json @@ -146,10 +146,10 @@ "sounds\\open.wav": "a4ee9140d251242074b56d302f08d11d", "sounds\\pop.ogg": "7227f3f6e3fd60c2f301f163bff843c9", "stylesheet\\advanced.css": "365acba1bcc61020fee443b6259e2cd7", - "stylesheet\\custom_elements.css": "f3039acf1ca8148a9e2654e9a6a085d6", + "stylesheet\\custom_elements.css": "9490410351ac5b51edab6fbb12251ca8", "stylesheet\\editions.css": "e0a2f2398fdbda62435cf36f70a4027a", "stylesheet\\loading_mask.css": "11e9c268dabe450bb220270750966dc7", "stylesheet\\public_style.css": "6a6b000b64273c30ad43c14ea7e76fcc", "Template\\index.html": "d90907446df4ac3d061035c95d0d22b7", - "updatelog\\index.html": "8e0c119b5ec1c3b593b3f5fd98a46125" + "updatelog\\index.html": "ca40ba2f399130c0355a7011caf1cbc9" } \ No newline at end of file diff --git a/Verification/project-hash.json b/Verification/project-hash.json index 5654f26..06e9373 100644 --- a/Verification/project-hash.json +++ b/Verification/project-hash.json @@ -1,3 +1,3 @@ { - "projectHash": "2f6fb083f40a6682ce7560abd0e9c97e" + "projectHash": "eb96862f7a6160b8d0fcfdef51d2f7f9" } \ No newline at end of file diff --git a/stylesheet/custom_elements.css b/stylesheet/custom_elements.css index 00e5625..c0d9227 100644 --- a/stylesheet/custom_elements.css +++ b/stylesheet/custom_elements.css @@ -706,7 +706,7 @@ modal_button_list { height: 24px; overflow: visible; position: relative; - width: 56px; + width: 58px; } .normal_switch { @@ -808,7 +808,7 @@ modal_button_list { } .switch.on .switch_slider { - left: 27px; + left: 28px; } diff --git a/updatelog/index.html b/updatelog/index.html index 37e7e71..89f79da 100644 --- a/updatelog/index.html +++ b/updatelog/index.html @@ -259,6 +259,7 @@ 禁用的Text Field文本框现在不再可以被Tab键选中了 至此所有的自定义控件已悉数适配无障碍设计 修复了Slider滑块的一些数据转化问题 + 修复了Switch开关在打开状态下Slider右偏移量缺少了1px的问题 修复了部分无障碍功能未能适配新的存储数据结构从而导致的失效问题