Browse Source

style(pptEasyClass): 移除.name_box的cursor样式

lsc 1 week ago
parent
commit
6246f6941b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/pptEasyClass/index.vue

+ 1 - 0
src/components/pptEasyClass/index.vue

@@ -501,5 +501,6 @@ export default {
 .name_box {
   background: unset !important;
   border: none !important;
+  cursor: unset !important;
 }
 </style>