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/components/page/dashboard/metricSet.scss

67 lines
1.1 KiB
SCSS
Raw Normal View History

.metric-set {
/*搜索栏样式*/
.search-data {
width: 100%;
padding: 5px 15px;
box-sizing: border-box;
overflow: hidden;
background: #f5f7f9;
}
.search-data-title {
margin-left: 10px;
}
.metric-form {
padding-top: 20px;
box-sizing: border-box;
// height: 69%;
// max-height: 400px;
// overflow: auto;
}
.operate-area {
border-top: 1px solid #dfe7f2;
border-bottom: 1px solid #dfe7f2;
padding: 5px 0;
margin-left:3px;
.operate-area-title {
padding: 5px 0;
font-size: 14px;
font-weight: bold;
}
}
.element-item {
padding-top: 20px;
border-top: 1px dashed #dfe7f2;
}
.ivu-form-item .ivu-form-item {
margin-bottom: 24px;
}
.host-form-item {
.ivu-form-item-content {
line-height: 1;
}
}
.pt-5{
padding-top:5px;
}
.pb-5{
padding-bottom: 5px;
}
.mt-10{
margin-top:10px;
}
.ml-3{
margin-left:3px;
}
.btn-disabled-cursor-not-allowed{
cursor:not-allowed !important;
}
.w-select{
width:130px;
}
}
// .setdata {
// height: 100%;
// position: relative;
// }