#3778 fix-3693

Merged
zhoupzh merged 3 commits from fix-3693 into V20230307 1 year ago
  1. +8
    -0
      web_src/vuepages/pages/notebook/debug/index.vue

+ 8
- 0
web_src/vuepages/pages/notebook/debug/index.vue View File

@@ -702,6 +702,14 @@ export default {
color: #101010;
}
}
@media screen and (max-width:1600px){
.resource-footer{
display: block;
.text{
text-align: right;
}
}
}
.slide-in-top {
-webkit-animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;


Loading…
Cancel
Save