mock平台

index.scss 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .m-env-panel {
  2. // padding-top: 8px;
  3. min-height: 4.68rem;
  4. margin-top: 0;
  5. background-color: #fff;
  6. }
  7. .project-env{
  8. min-height: 4.68rem;
  9. .env-icon-style{
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. .anticon{
  14. font-size: 15px;
  15. }
  16. }
  17. .menu-item{
  18. padding: 0 16px;
  19. font-size: 13px;
  20. line-height: 42px;
  21. height: 42px;
  22. overflow: hidden;
  23. text-overflow: ellipsis;
  24. cursor: pointer;
  25. }
  26. .menu-item-checked{
  27. background-color: #eef7fe;
  28. color: #2395f1;
  29. font-size: 14px;
  30. margin-right: -1px;
  31. border-right: 2px solid #2395f1;
  32. }
  33. .first-menu-item{
  34. background-color: #eceef1;
  35. }
  36. .delete{
  37. font-size: 20px;
  38. top: 8px;
  39. }
  40. .env-content{
  41. border-left: 1px solid #ccc;
  42. }
  43. .ant-menu-item-disabled{
  44. cursor: pointer;
  45. }
  46. .m-empty-prompt{
  47. display: flex;
  48. height: 400px;
  49. span{
  50. margin: auto;
  51. font-size: 16px;
  52. .anticon {
  53. padding-right: 16px;
  54. font-size: 24px;
  55. }
  56. }
  57. }
  58. .env-label{
  59. padding-bottom: 8px;
  60. a {
  61. color: #636363;
  62. }
  63. }
  64. .env-last-row {
  65. display: none;
  66. }
  67. .env-name{
  68. width: 150px;
  69. overflow: hidden;
  70. text-overflow: ellipsis;
  71. }
  72. .btnwrap-changeproject {
  73. text-align: center;
  74. padding: .16rem 0;
  75. background: #fff;
  76. background-color: #fff;
  77. margin: 0 -.4rem;
  78. background-size: 4px 4px;
  79. }
  80. }