管道基础大数据平台系统开发-【前端】-新系統界面
123
Surpriseplus
2022-11-12 e3a8cfa1f235815519d281a2f74590c432818a26
src/views/maintenance/systemMonitoring.vue
@@ -643,10 +643,9 @@
<style lang="less" scoped>
//@import url(); 引入公共css类
.systemMonitoring_box {
  background: rgb(240, 242, 245);
  border-radius: 10px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
@@ -662,7 +661,7 @@
      padding-top: 30px;
      width: 33%;
      height: 100%;
      background: #fff;
      border-radius: 5px;
      border: 1px solid rgb(202, 201, 204);
      .top_box {
@@ -677,14 +676,14 @@
        .Syslabel {
          font-family: sans-serif;
          font-size: 13px;
          color: gray;
          color: white;
          text-align: left;
          // margin-left: 20px;
        }
        .details {
          font-family: sans-serif;
          font-size: 31px;
          color: #1b1e21;
          color: white;
          text-align: center;
          letter-spacing: 2px;
        }
@@ -696,7 +695,7 @@
      .bottom_box {
        border-top: 1px solid rgb(202, 201, 204);
        text-align: center;
        color: #6c757d;
        color: white;
        font-size: 14px;
      }
    }