feat: 本次提交更新内容如下

计划列表构建完成
This commit is contained in:
笔记本里的永平
2025-07-21 12:22:22 +08:00
parent 881dd0f067
commit 3447646fc5
5 changed files with 1075 additions and 197 deletions

View File

@@ -275,15 +275,6 @@
font-weight: 500;
}
.api-dialog {
background: white;
border-radius: 16px 16px 0 0;
padding: 20px;
height: 100%;
display: flex;
flex-direction: column;
}
.dialog-header {
display: flex;
justify-content: space-between;
@@ -302,84 +293,11 @@
.dialog-content {
flex: 1;
overflow-y: auto;
}
.api-item {
margin-bottom: 20px;
label {
display: block;
font-size: 14px;
color: #333;
margin-bottom: 8px;
font-weight: 500;
}
.ant-input {
border-radius: 8px;
}
}
.input-with-button {
text-align: center;
display: flex;
gap: 8px;
flex-direction: column;
align-items: center;
.ant-input {
flex: 1;
}
}
// API设置相关样式
.api-tip {
margin-top: 12px;
padding: 12px;
background-color: #fff7e6;
border: 1px solid #ffd591;
border-radius: 8px;
font-size: 12px;
color: #d46b08;
line-height: 1.5;
}
.api-params {
margin-top: 16px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px;
}
.param-section {
background-color: #f8f9fa;
border-radius: 8px;
padding: 12px;
border: 1px solid #e9ecef;
h4 {
margin: 0 0 8px 0;
font-size: 14px;
font-weight: 600;
color: #333;
}
}
.param-list {
font-size: 12px;
color: #666;
line-height: 1.6;
div {
margin-bottom: 4px;
}
code {
background-color: #e9ecef;
padding: 2px 4px;
border-radius: 4px;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
font-size: 11px;
}
justify-content: center;
}
.qr-dialog {