123456789101112131415161718192021222324252627282930313233 |
- .hc-message-view-box {
- .el-message-box__btns {
- padding: 15px;
- .el-button + .el-button {
- margin-left: 20px;
- }
- }
- }
- //填报的折叠面板
- .data-fill-list-box .el-collapse-item .el-collapse-item__header {
- border: 0;
- width: 100%;
- .hc-collapse-item-header .item-title {
- text-align: left;
- }
- }
- //新改变版按钮
- .el-button[hc-btn] {
- border-radius: 0;
- padding: 0 10px;
- font-weight: initial;
- height: 28px;
- font-size: 14px;
- border: 0;
- box-shadow: none;
- }
- .el-button + .el-button {
- margin-left: 10px;
- }
|