|
|
@@ -51,4 +51,31 @@ export default {
|
|
|
color:#666;
|
|
|
height:100vh;
|
|
|
}
|
|
|
+.stage__panel{
|
|
|
+ padding: 0px 10px 0px 10px ;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
+ min-width:85px;
|
|
|
+ border-radius: 2px;
|
|
|
+ transform: skewX(-20deg);
|
|
|
+ margin-left:15px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ text-align: center;
|
|
|
+ cursor: pointer;
|
|
|
+ background: #EEEEEE;
|
|
|
+}
|
|
|
+.stage__panel > div {
|
|
|
+ transform: skewX(45deg);
|
|
|
+}
|
|
|
+/deep/ .el-drawer__header {
|
|
|
+ padding: 0px !important;
|
|
|
+ margin-bottom: 0 !important;
|
|
|
+ font-size: 16px !important;
|
|
|
+ font-family: PingFang SC-Bold, PingFang SC;
|
|
|
+ font-weight: bold !important;
|
|
|
+ color: #333333 !important;
|
|
|
+}
|
|
|
+/deep/ header{
|
|
|
+ height: 0 !important;
|
|
|
+}
|
|
|
</style>
|