|
@@ -268,6 +268,12 @@
|
|
|
margin-left: 40px;
|
|
|
}
|
|
|
.publish-button .el-button--primary {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ margin-top: 1px;
|
|
|
+ width: 128px;
|
|
|
+ height: 40px;
|
|
|
background-color: #2CB7CA;
|
|
|
border: 1px solid #2CB7CA;
|
|
|
color: #fff;
|
|
@@ -279,8 +285,8 @@
|
|
|
justify-content: center;
|
|
|
background: #FF3A20;
|
|
|
padding: 1px 9px;
|
|
|
- top: 3px;
|
|
|
- right: 30px;
|
|
|
+ top: 4px;
|
|
|
+ right: 32px;
|
|
|
border-radius: 9px 9px 9px 0;
|
|
|
border: none;
|
|
|
}
|