This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/assets/css/components/common/rightBox/assetMetaBox.scss
2023-04-03 15:46:25 +08:00

22 lines
428 B
SCSS

.right-box-asset-meta{
.datetime-header{
display: inline-block;
width: 80px;
margin-right: 10px;
text-align: right;
color: $--color-text-regular;
}
.nz-meta-group-box{
min-width: 220px !important;
}
.asset-meta-param-row{
text-align: center;
margin-bottom: 10px;
display: flex;
justify-content: space-between;
}
.asset-meta-param-row:last-child{
margin-bottom: 0;
}
}