style: update border-radius and padding values across components

- standardize border-radius from 8px to 6px for consistent styling
- adjust padding values from 1rem to 0.75rem for better visual hierarchy
- remove redundant overflow-y properties for cleaner code
This commit is contained in:
sanbuphy
2026-02-14 20:23:34 +08:00
parent 81e4284b87
commit d35211071a
373 changed files with 3441 additions and 5629 deletions
@@ -1529,7 +1529,7 @@ onUnmounted(() => {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 1000;
max-height: 200px;
overflow-y: auto;
padding: 4px 0;
}
@@ -2119,7 +2119,7 @@ onUnmounted(() => {
flex: 1;
display: flex;
padding-top: 4px;
overflow-y: auto;
}
.line-numbers {
width: 40px;
@@ -2148,7 +2148,7 @@ onUnmounted(() => {
flex: 1;
background: #1e1e1e;
padding: 30px;
overflow-y: auto;
color: #ccc;
display: flex;
justify-content: center;
@@ -2325,7 +2325,7 @@ onUnmounted(() => {
.panel-body {
flex: 1;
padding: 8px 12px;
overflow-y: auto;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 11px;
}