czt
2026-01-26 fbc22dcbef9887f87247b04e878a6107787854bc
fzzy-igdss-web/src/main/resources/static/security/quantity.css
@@ -304,12 +304,19 @@
    margin-top: 5px;
}
.render_btn {
    background-color: #f1ba1f;
    color: #333;
    height: 30px;
}
.alert-item {
    border-left: 4px solid #e6a23c;
    background-color: #fdf6ec;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 0 4px 4px 0;
    height: 75px;
}
.alert-item.accent {
@@ -320,6 +327,11 @@
.alert-item.gray {
    border-left-color: #909399;
    background-color: #f2f2f2;
}
.alert-item.blue {
    border-left-color: #205191;
    background-color: #dde8f1;
}
.alert-header {
@@ -342,6 +354,7 @@
    font-size: 13px;
    color: #606266;
    margin-bottom: 10px;
    margin-top: 20px;
}
.tool-grid {
@@ -526,7 +539,7 @@
}
.w-select {
    min-width: 150px;
    min-width: 250px;
    min-height: 36px;
    border-radius: 4px;
}