|
@@ -8,9 +8,9 @@
|
|
|
v-permission="'/shopOperation'"
|
|
|
class='newBand'>添加</div>
|
|
|
|
|
|
- <!-- <el-button style="background-color: #14928a; border-color: #14928a; color: #fff;">主要按钮</el-button>
|
|
|
- <el-button style="background-color: #14928a; border-color: #14928a; color: #fff;">主要按钮</el-button>
|
|
|
- <el-button style="background-color: #14928a; border-color: #14928a; color: #fff;">主要按钮</el-button> -->
|
|
|
+ <el-button class="btn-primary">添加</el-button>
|
|
|
+ <el-button class="btn-primary">主要按钮</el-button>
|
|
|
+ <el-button class="btn-primary">主要按钮</el-button>
|
|
|
<!-- 搜索类型 -->
|
|
|
<!-- <el-form :inline="true"
|
|
|
class="searchForm"
|
|
@@ -248,4 +248,10 @@ export default {
|
|
|
max-height: 70px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
+.btn-primary {
|
|
|
+ background-color: #14928a;
|
|
|
+ border-color: #14928a;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
</style>
|