jjb-lc-designable
Version:
基于alibaba-designable源码二次封装的表单设计器。
34 lines (29 loc) • 548 B
text/less
.dn-monaco-input {
position: relative;
transition: all 0.15s ease-in-out;
width: 100%;
height: 100%;
opacity: 0;
display: flex;
&.loaded {
opacity: 1;
}
&-view {
flex-grow: 2;
height: 100%;
}
&-helper {
position: absolute;
bottom: 10px;
right: 5%;
z-index: 2;
}
.monaco-error-highline {
left: 0px ;
width: 5px ;
height: 5px ;
background: red ;
border-radius: 100% ;
transform: translate(35px, 5px) ;
}
}