|
@@ -87,7 +87,7 @@ export default {
|
|
|
filed: [
|
|
|
{ name: 'title', label: '标题', filter: true },
|
|
|
// { name: 'bind', label: '绑定栏目', formater: 'slot', filter: true },
|
|
|
- { name: 'visit', label: '访问量' }
|
|
|
+ { name: 'visit', label: '访问量', width: '150' }
|
|
|
],
|
|
|
formdata: {},
|
|
|
userfiled: [
|
|
@@ -258,8 +258,12 @@ export default {
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
.box-card {
|
|
|
- width: 80%;
|
|
|
+ width: 78%;
|
|
|
height: 100%;
|
|
|
+ ::v-deep .el-card__header {
|
|
|
+ // background-color: #f5f5f5;
|
|
|
+ background-image: linear-gradient(to right, #53b2ff, #fff);
|
|
|
+ }
|
|
|
.el-card__body {
|
|
|
height: 100%;
|
|
|
}
|
|
@@ -267,8 +271,13 @@ export default {
|
|
|
.box-card-left {
|
|
|
width: 20%;
|
|
|
height: 100%;
|
|
|
+ ::v-deep .el-card__header {
|
|
|
+ // background-color: #e6e6e6;
|
|
|
+ background-image: linear-gradient(to left, #53b2ff, #ffffff);
|
|
|
+ }
|
|
|
::v-deep .el-card__body {
|
|
|
height: 88%;
|
|
|
+ // background-color: #e6e6e6;
|
|
|
.deepTree {
|
|
|
width: 100%;
|
|
|
height: 100%;
|