IntelligentRecognition/ah-jjsp-web/.svn/pristine/05/05225f264ffc28112112882cafd...

21 lines
342 B
Plaintext
Raw Normal View History

2024-05-24 16:09:40 +08:00
.input-new-tag {
width: 90px;
}
.input-new-tag input {
height: 100%;
border: none;
padding-left: 0px;
}
.tag .layui-btn .tag-close:hover {
border-radius: 2px;
background-color: #FF5722;
color: #fff;
}
.tag .layui-btn .tag-close {
margin-left: 8px;
transition: all .2s;
-webkit-transition: all .2s;
}