This commit is contained in:
zhangkai
2024-06-25 14:55:48 +08:00
parent 68c9acc85b
commit 8b8f4111e2
42 changed files with 159 additions and 103 deletions

View File

@@ -337,6 +337,10 @@
background: url("../assets/toolbar/copy.png") no-repeat center/contain!important;
}
&.version-icon {
background: url("../assets/toolbar/version.png") no-repeat center/contain!important;
}
&.config-icon {
background: url("../assets/toolbar/config.png") no-repeat center/contain!important;
}

View File

@@ -648,6 +648,7 @@
border: 1px solid #FFD025;
}
.selectNpcFlexbox{
height: 100%;
display: block;
padding-bottom: 14px;
>div:nth-of-type(2){
@@ -3960,6 +3961,24 @@
outline: 1px solid #997e1f!important;
}
}
.npcInput4{
background: #000000!important;
border-radius: 7px!important;
outline: none!important;
--tw-ring-color:none!important;
border: none!important;
--tw-ring-offset-color:none!important;
color: #fff!important;
&::-webkit-input-placeholder{
color: #666!important;
}
// outline: #997e1f;
&:focus{
// border: none!important;
outline: 1px solid #997e1f!important;
}
}
.questionTextarea{
width: 95%!important;
margin-left: 2.5%;
@@ -4147,11 +4166,14 @@
}
}
.yichu{
width: calc(100% - 110px); /* 定义容器宽度 */
width: calc(100% - 130px); /* 定义容器宽度 */
white-space: nowrap; /* 确保文本在一行内显示 */
overflow: hidden; /* 隐藏溢出的内容 */
text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.box-shadow{
box-shadow: 0px 0px 4px 0px rgba(255,255,255,0.5)!important;
}
.input-dialog{
color: #999999;
}