diff --git a/src/mes/common/buttonComponent/index.less b/src/mes/common/buttonComponent/index.less
index 4bef40c..5752cc3 100644
--- a/src/mes/common/buttonComponent/index.less
+++ b/src/mes/common/buttonComponent/index.less
@@ -159,6 +159,31 @@
}
}
+.specialBtns1 {
+ .size(100%, calc(@specialBtns-height * 3));
+
+ :global {
+ .btns {
+ border: 1px solid black;
+ .size(100%, calc(@specialBtns-height * 3));
+ }
+ }
+
+ &.expand {
+ .size(100%, calc(@specialBtns-height * 3));
+ transition: all 0.5s ease-in-out;
+
+ :global {
+ .btns {
+ .size(100%, calc(@specialBtns-height * 3));
+ opacity: 1;
+ transition: all 0.5s ease-in-out;
+ border: none;
+ }
+ }
+ }
+}
+
.workOverTime {
.flex();
flex-direction: column;