sky-light.scss 1023 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .sky_main {
  2. padding: 0 10px;
  3. .tools {
  4. margin-bottom: 5px;
  5. }
  6. .el-button + .el-button {
  7. margin-left: 0px;
  8. }
  9. .edit_id_dialog /deep/ .el-dialog {
  10. .set_box {
  11. text-align: left;
  12. .p_style {
  13. margin: 5px 0;
  14. }
  15. }
  16. .edit_box {
  17. height: 500px;
  18. display: flex;
  19. border: 1px solid #c0c4cc;
  20. border-radius: 5px;
  21. .left,
  22. .right {
  23. flex: 1;
  24. }
  25. .left {
  26. border-right: 1px solid #c0c4cc;
  27. }
  28. ul {
  29. margin: 0;
  30. padding: 0;
  31. text-align: center;
  32. cursor: pointer;
  33. .li_style {
  34. padding: 5px 0;
  35. list-style: none;
  36. border-bottom: 1px solid #dcdfe6;
  37. position: relative;
  38. .icon_style {
  39. position: absolute;
  40. right: 3px;
  41. top: 8px;
  42. color: #f56c6c;
  43. cursor: pointer;
  44. }
  45. }
  46. }
  47. .right {
  48. // 单元格内填充
  49. .el-table td,
  50. .el-table th {
  51. padding: 5px 0px;
  52. }
  53. }
  54. }
  55. .add_sky_tools {
  56. margin: 5px 0 5px 5px;
  57. text-align: left;
  58. }
  59. }
  60. }