Skip to content

Commit bba3dbc

Browse files
committed
fix:调整按钮样式
1 parent 8a36fe0 commit bba3dbc

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

packages/plugins/robot/src/Main.vue

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -972,22 +972,10 @@ export default {
972972
}
973973
}
974974
}
975-
.tiny-sender__container
976-
.tiny-sender__footer-slot
977-
.tiny-sender__footer-right
978-
.tiny-sender__toolbar
979-
.tiny-sender__buttons-container
980-
.action-buttons
981-
.action-buttons__utility
982-
.action-buttons__button {
983-
.action-buttons__submit-content {
984-
width: 24px !important;
985-
}
986-
.action-buttons__icon {
987-
width: 24px;
988-
height: 24px;
989-
}
990-
}
975+
}
976+
:deep(.action-buttons__icon) {
977+
width: 26px !important;
978+
height: 26px !important;
991979
}
992980
:deep(.tr-attachments) {
993981
.tr-attachments__file-list {

0 commit comments

Comments
 (0)