fine-true
Version:
A small and beautiful Vue3 version of the UI Library
23 lines (22 loc) • 388 B
text/less
/*
jiangbei
*/
.fine-popconfirm {
.fine-popconfirm-title {
font-size: 14px;
.fine-icon {
color: var(--fine-orange);
}
.fine-popconfirm-title-text {
margin-left: 5px;
}
}
.fine-popconfirm-content {
margin-top: 10px;
display: flex;
justify-content: flex-end;
> :first-child {
margin-right: 5px;
}
}
}