role.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .authorityPower {
  2. padding: 24px;
  3. height: calc(100% - 24px);
  4. }
  5. .addApp-form {
  6. background: #ffffff;
  7. border-radius: 4px;
  8. padding: 30px 68px 32px 24px;
  9. .title {
  10. font-size: 20px;
  11. font-family: Microsoft YaHei;
  12. font-weight: bold;
  13. color: #303133;
  14. .isqy {
  15. span {
  16. font-weight: 400;
  17. font-size: 14px;
  18. margin: 0 28px 0 42px;
  19. }
  20. }
  21. }
  22. .addApp-form-title{
  23. line-height: 32px;
  24. }
  25. .addApp-form-content {
  26. margin-top: 30px;
  27. ::v-deep .form {
  28. .el-form-item {
  29. margin-bottom: 0;
  30. margin-right: 40px;
  31. }
  32. .el-input__inner {
  33. height: 32px;
  34. line-height: 32px;
  35. min-width: 184px;
  36. }
  37. .content {
  38. .el-form-item__content {
  39. flex: 1;
  40. }
  41. .el-form-item__label {
  42. margin-left: 27px;
  43. }
  44. }
  45. }
  46. }
  47. }
  48. .power-content {
  49. margin-top: 24px;
  50. height: 704px;
  51. .part{
  52. height: 704px;
  53. }
  54. // ::v-deep .hucRole {
  55. // box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
  56. // }
  57. ::v-deep .hucPower {
  58. height: calc(100% - 280px - 24px);
  59. .paren_list {
  60. margin-bottom: 23px;
  61. }
  62. }
  63. }