💄 Modify some styles

This commit is contained in:
2025-11-16 21:23:59 +08:00
parent 5d6f157ae1
commit 29693f1baf
9 changed files with 9 additions and 10 deletions

View File

@@ -319,7 +319,7 @@ const handlePickerClose = () => {
<style scoped lang="scss">
.settings-page {
max-width: 1000px;
//max-width: 1000px;
}
.select-input {

View File

@@ -192,7 +192,7 @@ const selectSshKeyFile = async () => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
//max-width: 800px;
}
// 统一的输入控件样式

View File

@@ -222,7 +222,7 @@ const handleAutoSaveDelayChange = async (event: Event) => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
//max-width: 800px;
}
.number-control {

View File

@@ -265,7 +265,7 @@ const getSelectOptions = (extensionId: ExtensionID, configKey: string): SelectOp
<style scoped lang="scss">
.settings-page {
max-width: 1000px;
//max-width: 1000px;
}
.extension-item {

View File

@@ -440,7 +440,7 @@ onUnmounted(() => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
//max-width: 800px;
}
.hotkey-selector {

View File

@@ -232,7 +232,7 @@ const parseKeyBinding = (keyStr: string, command?: string): string[] => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
//max-width: 800px;
}
.key-bindings-container {

View File

@@ -176,7 +176,7 @@ const clearAll = async () => {
<style scoped lang="scss">
.settings-page {
padding: 20px 0 20px 0;
//padding: 20px 0 20px 0;
}
.dev-description {

View File

@@ -151,8 +151,7 @@ const currentVersion = computed(() => {
<style scoped lang="scss">
.settings-page {
max-width: 800px;
width: 100%; // 确保在小屏幕上也能占满可用空间
//max-width: 800px;
}
.check-button {

View File

@@ -1 +1 @@
VERSION=1.5.3
VERSION=1.5.4