public/css/vc.css
@@ -1289,6 +1289,8 @@
}
.cost-detail-container .search-bar label {
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
@@ -1297,13 +1299,14 @@
.cost-detail-container .search-bar input,
.cost-detail-container .search-bar select {
    padding: 6px 12px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    min-width: 150px;
    background: #fff;
    line-height: 32px;
}
.cost-detail-container .search-bar .queryDate {
@@ -1547,4 +1550,61 @@
#costDetailTableHead th{
    background-color: rgb(233, 243, 255);
}
.form-container {
    margin: 20px;
    font-family: "微软雅黑", Arial, sans-serif;
}
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 15px;
}
.form-label {
    width: 85px;
    text-align: right;
    padding-top: 8px;
}
.form-input {
    padding: 6px;
    width: 220px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-note {
    color: red;
    font-size: 12px;
}
.form-container .radio-group {
    display: flex;
    gap: 12px;
}
.form-container select {
    padding: 6px;
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-container .btn-group {
    margin-left: 95px;
    margin-top: 25px;
}
.form-container .btn-cancel {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
}
.form-container .btn-save {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 4px;
    cursor: pointer;
}