/*
 * Author: Hexinyan
 * Date Created: 2026-08-31 10:33:27
 * Modified By: Hexinyan
 * Last Modified: 2026-09-01 15:46:41
 * Description: common.css
 */

/* common */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.header {
    line-height: 70px;
    background-color: #00a1d6;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.navigation {
    height: 100vh;
}
.main {
    height: 100vh;
    padding-bottom: 80px;
}
.table {
    margin-top: 20px;
}
.el-dialog__body {
    padding: 10px 20px 20px;
}
#container {
    height: 100vh;
    overflow: hidden;
}
.pagination {
    margin-top: 15px;
    float: right;
}

/* tag-manager */

.tag-input, .acount-input, .record-remarks-input {
    width: 230px;
}

/* record-manager */

.record-input {
    width: 180px;
}

/* asset-overview */

.total-statistic .el-card__body {
    display: flex;
    align-items: center;
    height: 100px;
}
