1
@@ -506,4 +506,18 @@ export default {
}
+ .btnList {
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ align-items: center;
+ flex-wrap: wrap;
+ .el-button+.el-button {
+ margin-left: 0px;
+}
+ & > .el-button {
+ margin-right: 15px;
+ margin-top: 10px;
+ }
</style>
@@ -386,7 +386,7 @@ export default {
position: absolute;
right: 40px;
top: -55px;
- z-index: 1000;
+ z-index: 990;
img {
width: 36px;
height: 36px;