| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | 
							- .sky_main {
 
-   padding: 0 10px;
 
-  .tools {
 
-   margin-bottom: 5px;
 
-  }
 
-  .el-button + .el-button {
 
-   margin-left: 0px;
 
-  }
 
-  .edit_id_dialog /deep/ .el-dialog {
 
-   .set_box {
 
-    text-align: left;
 
-    .p_style {
 
-     margin: 5px 0;
 
-    }
 
-   }
 
-   .edit_box {
 
-    height: 500px;
 
-    display: flex;
 
-    border: 1px solid #c0c4cc;
 
-    border-radius: 5px;
 
-    .left,
 
-    .right {
 
-     flex: 1;
 
-    }
 
-    .left {
 
-     border-right: 1px solid #c0c4cc;
 
-    }
 
-    ul {
 
-     margin: 0;
 
-     padding: 0;
 
-     text-align: center;
 
-     cursor: pointer;
 
-     .li_style {
 
-      padding: 5px 0;
 
-      list-style: none;
 
-      border-bottom: 1px solid #dcdfe6;
 
-      position: relative;
 
-      .icon_style {
 
-       position: absolute;
 
-       right: 3px;
 
-       top: 8px;
 
-       color: #f56c6c;
 
-       cursor: pointer;
 
-      }
 
-     }
 
-    }
 
-    .right {
 
-     // 单元格内填充
 
-     .el-table td,
 
-     .el-table th {
 
-      padding: 5px 0px;
 
-     }
 
-    }
 
-   }
 
-   .add_sky_tools {
 
-    margin: 5px 0 5px 5px;
 
-    text-align: left;
 
-   }
 
-  }
 
- }
 
 
  |