知识库配置
This commit is contained in:
@@ -366,6 +366,71 @@
|
||||
display: inline-block;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.config-item{
|
||||
display: flex;
|
||||
margin-bottom: 30px;
|
||||
|
||||
.config-item-title{
|
||||
width:200px;
|
||||
text-align: right;
|
||||
margin-right: 36px;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
line-height: 34px;
|
||||
}
|
||||
|
||||
.config-item-value{
|
||||
width: 500px;
|
||||
font-weight: 300;
|
||||
font-size: 12px;
|
||||
color: #CCCCCC;
|
||||
line-height: 34px;
|
||||
|
||||
.form-input{
|
||||
background: #1A1A1A;
|
||||
border-radius: 7px;
|
||||
width: 100%;
|
||||
font-weight: 300;
|
||||
font-size: 12px;
|
||||
border:unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.config-button-box{
|
||||
text-align: right;
|
||||
width: 736px;
|
||||
position: absolute;
|
||||
bottom: 50px;
|
||||
|
||||
.delete-button{
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
background: rgba(255, 96, 96, 0.3);
|
||||
border-radius: 100%;
|
||||
|
||||
.delete-icon{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.save-button{
|
||||
width: 95px;
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
background: #FFD025;
|
||||
border-radius: 17px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
color: #010101;
|
||||
margin-left: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user