Browse Source

提交议题管理样式

master
lihenian 6 years ago
parent
commit
89c417c020
  1. 13
      src/views/modules/events/issue-review-detail-view.vue
  2. 22
      src/views/modules/events/item-deal-detail-view.vue

13
src/views/modules/events/issue-review-detail-view.vue

@ -298,6 +298,19 @@ export default {
border: 2px solid #ccc;
float:left;
position: relative;
overflow-y:auto;
&::-webkit-scrollbar {
width: 5px;
height: 1px;
}
&::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #aaa;
}
&::-webkit-scrollbar-track {
border-radius: 10px;
background: #ccc;
}
.handle-operation-tip {
position: absolute;
top: 0;

22
src/views/modules/events/item-deal-detail-view.vue

@ -495,17 +495,6 @@ export default {
float:left;
overflow-y: auto;
position: relative;
.handle-operation-tip {
position: absolute;
top: 0;
left:0;
width: 80px;
height: 30px;
line-height: 30px;
color: #ffffff;
background: #ff7600;
text-align:center;
}
&::-webkit-scrollbar {
width: 5px;
height: 1px;
@ -518,6 +507,17 @@ export default {
border-radius: 10px;
background: #ccc;
}
.handle-operation-tip {
position: absolute;
top: 0;
left:0;
width: 80px;
height: 30px;
line-height: 30px;
color: #ffffff;
background: #ff7600;
text-align:center;
}
}
}
</style>

Loading…
Cancel
Save