This commit is contained in:
zhangkai
2024-07-02 16:14:12 +08:00
parent 8b8f4111e2
commit a7677c32fb
37 changed files with 592 additions and 240 deletions

View File

@@ -207,7 +207,7 @@
@apply focus:placeholder-transparent focus:ring-ring focus:border-ring
}
.input-primary {
@apply bg-background block border-border form-input px-3 placeholder:text-muted-foreground rounded-md shadow-sm sm:text-sm truncate w-full;
@apply bg-background block border-border form-input px-3 placeholder:text-[#999] rounded-md shadow-sm sm:text-sm truncate w-full;
}
.input-edit-node{

View File

@@ -204,6 +204,9 @@
width: 100%!important;
height: 100%;
}
.chata{
height: 96vh!important;
}
}
.chatShareM{
.duihua-chat{
@@ -3180,7 +3183,7 @@
justify-content: center;
background: #0D0D0D!important;
cursor: pointer;
z-index: 1;
z-index: 10;
>span{
font-family: PingFang SC;
font-weight: 400;
@@ -3216,12 +3219,16 @@
background: #1A1A1A;
border-radius: 7px;
margin: 7px;
position: relative;
cursor: pointer;
.npcInfoItemBg{
position: relative;
position: absolute;
overflow: hidden;
width: 100%;
height: 64px;
margin-bottom: -56px;
top: 0;
left: 0;
// margin-bottom: -56px;
background: rgba(0, 0, 0, 0.06);
-webkit-mask-image: linear-gradient(to bottom, #fff, transparent);
mask-image: linear-gradient(to bottom, #fff, transparent);
@@ -3240,6 +3247,7 @@
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: -1;
>span{
width: 180px;
height: 180px;
@@ -3312,6 +3320,7 @@
}
>div:nth-of-type(2){
margin-right: 14px;
z-index: 1000;
}
}
>p{
@@ -4176,4 +4185,33 @@
}
.input-dialog{
color: #999999;
}
.daimaStyle{
background: rgba(255, 255, 255, 0.05);
border-radius: 14px!important;
border: none;
overflow: hidden;
margin: 6px 0;
&:focus{
// border: 1px solid #997e1f!important;
border: none!important;
outline: none!important;
}
.code-block-modal{
background: rgba(255, 213, 76, 0.04);
}
.overflow-auto{
background: rgba(255, 255, 255, 0.05)!important;
background-color: rgba(255, 255, 255, 0.05)!important;
.language-sql{
background-color: rgba(255, 255, 255, 0.00)!important;
// background: rgba(255, 255, 255, 0.05)!important;
// background: none;
span{
background: none;
// background: rgba(255, 255, 255, 0.05)!important;
}
}
}
}