💄 Modify some styles
This commit is contained in:
@@ -319,7 +319,7 @@ const handlePickerClose = () => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 1000px;
|
//max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-input {
|
.select-input {
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ const selectSshKeyFile = async () => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 800px;
|
//max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 统一的输入控件样式
|
// 统一的输入控件样式
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ const handleAutoSaveDelayChange = async (event: Event) => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 800px;
|
//max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-control {
|
.number-control {
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ const getSelectOptions = (extensionId: ExtensionID, configKey: string): SelectOp
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 1000px;
|
//max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extension-item {
|
.extension-item {
|
||||||
|
|||||||
@@ -440,7 +440,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 800px;
|
//max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hotkey-selector {
|
.hotkey-selector {
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ const parseKeyBinding = (keyStr: string, command?: string): string[] => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 800px;
|
//max-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key-bindings-container {
|
.key-bindings-container {
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ const clearAll = async () => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
padding: 20px 0 20px 0;
|
//padding: 20px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dev-description {
|
.dev-description {
|
||||||
|
|||||||
@@ -151,8 +151,7 @@ const currentVersion = computed(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.settings-page {
|
.settings-page {
|
||||||
max-width: 800px;
|
//max-width: 800px;
|
||||||
width: 100%; // 确保在小屏幕上也能占满可用空间
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.check-button {
|
.check-button {
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
VERSION=1.5.3
|
VERSION=1.5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user