瀏覽代碼

页面样式修改

moki 4 天之前
父節點
當前提交
5122d21374
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      src/views/SetupGuide.vue

+ 15 - 0
src/views/SetupGuide.vue

@@ -353,6 +353,10 @@ async function copyPrompt() {
 <style scoped>
 .setup-guide {
   color: var(--text-color);
+  display: flex;
+  flex-direction: column;
+  flex: 1;
+  min-height: 0;
 }
 
 .page-header {
@@ -387,6 +391,17 @@ async function copyPrompt() {
 
 .tool-tabs {
   margin-bottom: 0;
+  flex: 1;
+  min-height: 0;
+  display: flex;
+  flex-direction: column;
+}
+
+.tool-tabs :deep(.ant-card-body) {
+  display: flex;
+  flex-direction: column;
+  flex: 1;
+  min-height: 0;
 }
 
 .tab-icon-wrapper {