mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-23 19:44:29 +08:00
调整即梦AI移动端参数
This commit is contained in:
@@ -94,47 +94,6 @@
|
||||
min-height: 100vh;
|
||||
background-color: #f9fafb;
|
||||
|
||||
/* 参数容器样式 - 参考 Jimeng.vue */
|
||||
&__params-container {
|
||||
padding: 16px;
|
||||
background: #fff;
|
||||
border-radius: 12px;
|
||||
margin-top: 16px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
||||
}
|
||||
|
||||
/* 功能面板样式 - 参考 Jimeng.vue */
|
||||
&__function-panel {
|
||||
.jimeng-create__param-line {
|
||||
margin-bottom: 16px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 参数行样式 - 参考 Jimeng.vue */
|
||||
&__param-line {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
&.pt {
|
||||
padding-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
/* 参数标签样式 - 参考 Jimeng.vue */
|
||||
&__param-label {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #374151;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
/* 页面头部样式 */
|
||||
&__header {
|
||||
position: sticky;
|
||||
|
||||
Reference in New Issue
Block a user