heyujie
2022-01-26 4aa13af3c74cf57d70bad9c4bc53b2c26e04fb5d
src/pages/vindicate/views/restartSettings.vue
@@ -1,5 +1,6 @@
<template>
  <div class="restart"
  <div
    class="restart"
   v-loading="loading"
   :element-loading-text="loadingText"
   element-loading-spinner="restart-loading"
@@ -220,7 +221,7 @@
        cancelButtonText: "取消",
      }).then(() => {
        this.loading = true;
        this.loadingText = "智能计算节点正在重启,请耐心等待..."
        this.loadingText = "智能计算节点正在重启,请耐心等待...";
        rebootServer()
          .then((rsp) => {
            this.probeServer(this.reLogin);
@@ -338,7 +339,7 @@
<style lang="scss">
.all {
  width: 100%;
  background-color: #FBFAFF;
  background-color: #fbfaff;
}
.restart {
  margin: 0 auto;
@@ -351,7 +352,7 @@
  border-left: 4px solid #f2f2f7;
  .t {
    height: 48px;
    background: #F2F2F7;
    background: #f2f2f7;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
@@ -362,7 +363,7 @@
  .bar {
    height: 50px;
    width: 100%;
    background: #F2F2F7;
    background: #f2f2f7;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
@@ -404,8 +405,6 @@
    .el-date-editor.el-input__inner {
      width: 100%;
    }
  }
  
  .el-select {
@@ -413,7 +412,7 @@
      height: 32px;
     
      input {
         background: #FBFAFF !important;
      background: #fbfaff !important;
         border-radius: 20px !important;
         text-align: center;
      }
@@ -422,7 +421,7 @@
    width: 509px;
    height: 32px;
      input {
         background: #FBFAFF !important;
      background: #fbfaff !important;
         border-radius: 20px !important;
         text-align: center;
      }
@@ -443,7 +442,7 @@
.restartTimePicker {
    width: 509px !important;
    background-color: #FBFAFF !important;
  background-color: #fbfaff !important;
    margin-top:8px !important;
   /*  .popper__arrow::after {
    display: none !important;
@@ -519,7 +518,7 @@
 .restart  .el-loading-mask .el-loading-spinner .el-loading-text {
     font-size: 16px;
     font-weight: bold;
     color: #FFFFFF;
  color: #ffffff;
     margin-top:20px ;
   }
@@ -533,7 +532,6 @@
    margin: 0 auto;
    animation: rotate 6s linear infinite;
  }
  
@keyframes rotate{
   0%{