mock平台

Edit.scss 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. @import '../../../../styles/mixin.scss';
  2. .interface-edit{
  3. padding: 24px;
  4. // overflow: hidden;
  5. .interface-edit-item{
  6. margin-bottom: 16px;
  7. .ant-form-item-label label:after{
  8. margin-left: 4px;
  9. }
  10. .interface-editor {
  11. min-height: 300px;
  12. }
  13. }
  14. .interface-edit-json-info{
  15. margin-bottom: 5px;
  16. }
  17. .interface-edit-item.hide {
  18. display: none;
  19. }
  20. .interface-edit-item-content{
  21. margin-bottom: 16px;
  22. .interface-edit-item-content-col{
  23. padding:0 1px;
  24. }
  25. .interface-edit-item-content-col-drag{
  26. width:24px;
  27. padding: 7px;
  28. cursor: ns-resize;
  29. }
  30. }
  31. .interface-edit-del-icon{
  32. margin-top: 10px;
  33. margin-left: 5px;
  34. cursor: pointer
  35. }
  36. .interface-edit-direc-icon{
  37. margin-top: 5px;
  38. margin-left: 5px;
  39. cursor: pointer
  40. }
  41. .ant-select-selection__rendered{
  42. line-height: 34px;
  43. }
  44. .interace-edit-desc{
  45. height: 250px;
  46. }
  47. .ant-affix{
  48. background-color: #f3f4f6;
  49. padding: 16px 0;
  50. z-index: 999;
  51. }
  52. .interface-edit-submit-button{
  53. background-color: #1d1d3d;
  54. color: #fff;
  55. }
  56. .interface-edit-submit-button:hover{
  57. border-color: #434370;
  58. background-color: #434370;
  59. }
  60. }
  61. .table-interfacelist {
  62. margin-top: .2rem;
  63. white-space: nowrap;
  64. table {
  65. table-layout: fixed;
  66. }
  67. .path {
  68. width: 95%;
  69. display: inline-block;
  70. overflow: hidden;
  71. text-overflow:ellipsis;
  72. white-space: nowrap;
  73. padding-right: 24px;
  74. // line-height: 100%;
  75. vertical-align: middle;
  76. }
  77. .opened {
  78. color: #00a854;
  79. padding-right: 6px;
  80. font-size: 14px;
  81. }
  82. .colValue{
  83. display: inline-block;
  84. border-radius: 4px;
  85. color: #00a854;
  86. background: #cfefdf;
  87. border-color: #cfefdf;
  88. height: 23px;
  89. line-height: 23px;
  90. text-align: center;
  91. font-size: 10px;
  92. margin-right: 7px;
  93. padding: 0 5px;
  94. }
  95. .ant-select-selection {
  96. background-color: transparent;
  97. border: none;
  98. }
  99. }
  100. .toolTip .ant-tooltip-inner{
  101. white-space: normal;
  102. word-break: break-all;
  103. }
  104. .tag-modal-center {
  105. padding-left: 48px;
  106. }