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
@@ -378,7 +378,7 @@ onMounted(() => {
.flow-section {
background: var(--vp-c-bg);
border-radius: 8px;
border-radius: 6px;
padding: 20px;
}
@@ -418,7 +418,7 @@ onMounted(() => {
padding: 16px;
background: var(--vp-c-bg-soft);
border: 2px solid var(--vp-c-divider);
border-radius: 8px;
border-radius: 6px;
cursor: pointer;
display: flex;
align-items: center;
@@ -458,14 +458,14 @@ onMounted(() => {
padding: 12px;
background: var(--vp-c-bg-soft);
border: 1px dashed var(--vp-c-divider);
border-radius: 8px;
border-radius: 6px;
cursor: pointer;
color: var(--vp-c-text-2);
}
.audio-preview {
background: var(--vp-c-bg-soft);
border-radius: 8px;
border-radius: 6px;
padding: 12px;
}
@@ -479,7 +479,7 @@ onMounted(() => {
background: var(--vp-c-brand);
color: white;
border: none;
border-radius: 8px;
border-radius: 6px;
cursor: pointer;
font-weight: 500;
display: flex;
@@ -512,7 +512,7 @@ onMounted(() => {
.result-box {
background: var(--vp-c-bg-soft);
border-radius: 8px;
border-radius: 6px;
padding: 16px;
border: 1px solid var(--vp-c-divider);
}
@@ -540,7 +540,7 @@ textarea {
width: 100%;
padding: 12px;
border: 1px solid var(--vp-c-divider);
border-radius: 8px;
border-radius: 6px;
background: var(--vp-c-bg-soft);
font-size: 14px;
resize: vertical;
@@ -654,7 +654,7 @@ textarea {
.comparison-section {
background: var(--vp-c-bg);
border-radius: 8px;
border-radius: 6px;
padding: 20px;
margin-bottom: 20px;
}
@@ -673,7 +673,7 @@ textarea {
.comp-card {
background: var(--vp-c-bg-soft);
border-radius: 8px;
border-radius: 6px;
padding: 20px;
text-align: center;
}
@@ -705,7 +705,7 @@ textarea {
.pipeline-comparison {
background: var(--vp-c-bg);
border-radius: 8px;
border-radius: 6px;
padding: 20px;
margin-bottom: 20px;
}
@@ -724,7 +724,7 @@ textarea {
.pipeline {
background: var(--vp-c-bg-soft);
border-radius: 8px;
border-radius: 6px;
padding: 16px;
}
@@ -761,7 +761,7 @@ textarea {
gap: 12px;
padding: 16px;
background: var(--vp-c-bg-mute);
border-radius: 8px;
border-radius: 6px;
font-size: 13px;
line-height: 1.6;
}