小说后台管理系统
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

77 wiersze
983 B

  1. // cover some element-ui styles
  2. .el-breadcrumb__inner,
  3. .el-breadcrumb__inner a {
  4. font-weight: 400 !important;
  5. }
  6. .el-upload {
  7. input[type="file"] {
  8. display: none !important;
  9. }
  10. }
  11. .el-upload__input {
  12. display: none;
  13. }
  14. .basic-box {
  15. .el-form-item {
  16. display: flex;
  17. .el-form-item__label {
  18. flex-shrink: 0;
  19. }
  20. .el-form-item__content {
  21. width: 100%;
  22. max-width: 700px;
  23. margin-left: 0 !important;
  24. }
  25. }
  26. }
  27. .particles-js-canvas-el{
  28. position: absolute;
  29. top: 0;
  30. }
  31. .banner-box{
  32. .el-table td {
  33. border-bottom: 0;
  34. }
  35. .el-table th.is-leaf, .el-table td {
  36. border-bottom: 0;
  37. }
  38. el-table__row > td {
  39. border: none;
  40. }
  41. .el-table::before {
  42. height: 0px;
  43. }
  44. }
  45. .el-tooltip__popper.is-light {
  46. color: #3DA2FF;
  47. border: none;
  48. box-shadow: 0px 0px 20px rgb(211, 211, 211);
  49. }
  50. .mob-template {
  51. .el-form-item__content {
  52. margin-left: 0 !important;
  53. max-width: 400px;
  54. width: 50%;
  55. }
  56. }