mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-13 12:43:43 +08:00
feat: 支持文心4.0模型,不同的用户可以订阅不同的AI模型
This commit is contained in:
10
web/src/assets/css/admin-form.css
Normal file
10
web/src/assets/css/admin-form.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.el-form-item__content .tip-input {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
.el-form-item__content .tip-input .input {
|
||||
width: 100%;
|
||||
}
|
||||
.el-form-item__content .tip-input .info {
|
||||
margin-left: 6px;
|
||||
}
|
||||
15
web/src/assets/css/admin-form.styl
Normal file
15
web/src/assets/css/admin-form.styl
Normal file
@@ -0,0 +1,15 @@
|
||||
.el-form-item__content {
|
||||
.tip-input {
|
||||
display flex
|
||||
width 100%
|
||||
|
||||
.input {
|
||||
width 100%
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-left 6px
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -209,7 +209,7 @@
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.page-mj .inner .task-list-box .finish-job-list .job-item:hover {
|
||||
.page-mj .inner .task-list-box .finish-job-list .animate:hover {
|
||||
box-shadow: 0 0 10px rgba(71,255,241,0.6); /* 添加阴影效果 */
|
||||
transform: translateY(-10px); /* 向上移动10像素 */
|
||||
}
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.page-sd .inner .task-list-box .finish-job-list .job-item:hover {
|
||||
.page-sd .inner .task-list-box .finish-job-list .animate:hover {
|
||||
box-shadow: 0 0 10px rgba(71,255,241,0.6); /* 添加阴影效果 */
|
||||
transform: translateY(-10px); /* 向上移动10像素 */
|
||||
}
|
||||
|
||||
@@ -80,8 +80,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.animate {
|
||||
&:hover {
|
||||
box-shadow: 0 0 10px rgba(71, 255, 241, 0.6); /* 添加阴影效果 */
|
||||
transform: translateY(-10px); /* 向上移动10像素 */
|
||||
|
||||
Reference in New Issue
Block a user