You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
812 B
Plaintext
41 lines
812 B
Plaintext
/* 服务器 设备 共用 */
|
|
@import url('@/base.less');
|
|
.bs_state_page {
|
|
.bs_card_box {
|
|
width: 100%;
|
|
background: #f4f8fe;
|
|
|
|
.bs_card_header {
|
|
background: linear-gradient(90deg, #d5e6fe 0%, rgba(213, 230, 254, 0) 100%);
|
|
.bs_card_name {
|
|
max-width: 100px;
|
|
}
|
|
}
|
|
// 离线
|
|
&.outline_info {
|
|
.gray_info_all();
|
|
background: #f5f5f5;
|
|
// .bs_card_header {
|
|
// background: linear-gradient(90deg, #dcdcdc 0%, rgba(245, 245, 245, 0) 100%);
|
|
// }
|
|
}
|
|
// 在线
|
|
// &.online_info {
|
|
// }
|
|
}
|
|
}
|
|
// 基础模型设置
|
|
.bs_server_task_wrap {
|
|
.ant-list-items {
|
|
.ant-list-item {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
.ant-pro-list-row-content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|