Commit 2ef0bde0 authored by “yiyousong”'s avatar “yiyousong”

pref:修改皮肤产品列表

parent e7c38927
......@@ -2,7 +2,7 @@
<div class="black-app">
<div class="left">
<div class="header">
<h3 class="titel">设备应用黑名单</h3>
<div class="titel">设备应用黑名单</div>
<div class="control">
<a-button type="danger" @click="handleDelAll"> 批量移除 </a-button>
<div class="business-control">
......@@ -76,7 +76,7 @@
<!-- 右 -->
<div class="right">
<div class="header">
<h3 class="titel">站点设备</h3>
<div class="titel">站点设备</div>
<div class="control">
<div>
<!-- <a-button type="primary" @click="handleAddAll"> 批量加入 </a-button> -->
......@@ -459,6 +459,7 @@ export default {
.header {
height: 100px;
.titel {
font-size: 18px;
margin-bottom: 15px;
}
}
......
......@@ -83,7 +83,7 @@
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space size="middle">
<a class="edit" @click="handleEdit(text)">编辑</a>
<a class="primary" @click="handleEdit(text)">编辑</a>
<a class="primary" @click="handleCheck(text.id)">查看</a>
<a
class="delete"
......
......@@ -83,7 +83,7 @@
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space size="middle">
<a class="edit" @click="handleEdit(text)">编辑</a>
<a class="primary" @click="handleEdit(text)">编辑</a>
<a class="primary" @click="handleCheck(text.id)">查看</a>
<a
class="delete"
......
......@@ -63,8 +63,8 @@
</template>
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space>
<a @click="handleEdit(text)" class="edit">编辑</a>
<a-space size="middle">
<a @click="handleEdit(text)" class="primary">编辑</a>
<a class="delet" @click="handleDel(text.id)">删除</a>
</a-space>
</template>
......
......@@ -68,14 +68,28 @@ export default {
</script>
<style lang="less" scoped>
.left-menu {
height: 100%;
}
.search-box {
padding: 15px 15px 0px;
}
.menu {
height: 70vh;
margin-top: 15px;
overflow-y: auto;
padding: 0px 15px 15px 15px;
.active {
background-color: #1890ff;
color: #fff;
}
}
/deep/.ant-card-grid {
height: 90px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
</style>
\ No newline at end of file
......@@ -203,10 +203,6 @@ export default {
object-fit: contain;
}
}
.edit-btn {
background-color: #03be64;
color: #fff;
}
}
}
// 媒体查询
......
......@@ -155,7 +155,7 @@ export default {
display: flex;
.menu-box {
width: 20%;
padding: 15px;
height: 100%;
}
.show-box {
width: 65%;
......
......@@ -39,7 +39,6 @@
onChange: handleChange,
onShowSizeChange: showSizeChange,
}"
size="small"
:data-source="tableData"
:rowKey="(record) => record.id"
>
......@@ -63,7 +62,7 @@
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space size="middle">
<a href="javascript:;" class="edit" @click="handleEdit(text)"
<a href="javascript:;" class="primary" @click="handleEdit(text)"
>编辑</a
>
<a href="javascript:;" class="delete" @click="handleDel(text.id)"
......
......@@ -19,7 +19,6 @@
bordered
:scroll="{ y: 590 }"
:columns="columns"
size="small"
:pagination="{
showTotal: (total) => `共 ${total} 条`,
current: current,
......
......@@ -39,7 +39,6 @@
onChange: handleChange,
onShowSizeChange: showSizeChange,
}"
size="small"
:data-source="tableData"
:rowKey="(record) => record.id"
>
......@@ -64,7 +63,7 @@
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space size="middle">
<a href="javascript:;" class="edit" @click="handleEdit(text)"
<a href="javascript:;" class="primary" @click="handleEdit(text)"
>编辑</a
>
<a href="javascript:;" class="delete" @click="handleDel(text.id)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment