123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .authorityPower {
- padding: 24px;
- height: calc(100% - 24px);
- }
- .addApp-form {
- background: #ffffff;
- border-radius: 4px;
- padding: 30px 68px 32px 24px;
- .title {
- font-size: 20px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #303133;
- .isqy {
- span {
- font-weight: 400;
- font-size: 14px;
- margin: 0 28px 0 42px;
- }
- }
- }
- .addApp-form-title{
- line-height: 32px;
- }
- .addApp-form-content {
- margin-top: 30px;
- ::v-deep .form {
- .el-form-item {
- margin-bottom: 0;
- margin-right: 40px;
- }
- .el-input__inner {
- height: 32px;
- line-height: 32px;
- min-width: 184px;
- }
- .content {
- .el-form-item__content {
- flex: 1;
- }
- .el-form-item__label {
- margin-left: 27px;
- }
- }
- }
- }
- }
- .power-content {
- margin-top: 24px;
- height: 704px;
- .part{
- height: 704px;
- }
- // ::v-deep .hucRole {
- // box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
- // }
- ::v-deep .hucPower {
- height: calc(100% - 280px - 24px);
- .paren_list {
- margin-bottom: 23px;
- }
- }
- }
|