|
@@ -66,8 +66,8 @@ function onConfirm() {
|
|
</template>
|
|
</template>
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
<el-tooltip :disabled="row.status == '3'" :enterable="false" :show-arrow="false" content="属性管理" hide-after="0"
|
|
<el-tooltip :disabled="row.status == '3'" :enterable="false" :show-arrow="false" content="属性管理" hide-after="0"
|
|
- placement="top" popper-class="custom-btn-tooltip-2">
|
|
|
|
- <PermissionButton :color="'#6466F1'" :disabled="row.status == '3'" circle plain @click="handleAttribute">
|
|
|
|
|
|
+ placement="top" popper-class="custom-btn-tooltip-3">
|
|
|
|
+ <PermissionButton :color="'#00A1D6'" :disabled="row.status == '3'" circle plain @click="handleAttribute">
|
|
<el-icon>
|
|
<el-icon>
|
|
<MessageBox />
|
|
<MessageBox />
|
|
</el-icon>
|
|
</el-icon>
|
|
@@ -92,3 +92,12 @@ function onConfirm() {
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
|
|
</style>
|
|
</style>
|
|
|
|
+
|
|
|
|
+<style lang="scss">
|
|
|
|
+.custom-btn-tooltip-3 {
|
|
|
|
+ background-color: #E6F5FB !important;
|
|
|
|
+ color: #606266 !important;
|
|
|
|
+ border: 1px solid #00A1D6 !important;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
+</style>
|