﻿label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}
.form-text.set-help {
    color:orange;
}

[data-has-info="true"]::after {
    content: '\eac5'; /* 这是 info-circle 图标的 Unicode 编码 */
    font-family: 'tabler-icons', sans-serif;
    margin-left: 4px; /* 调整间距 */
    color: orange; /* 设置图标颜色 */
}