Quellcode durchsuchen

調整 IRS UI 樣式

Louise Lin vor 3 Jahren
Ursprung
Commit
b726f02b3c

+ 2 - 1
HiTeachCC/ClientApp/src/assets/css/OptionView.less

@@ -787,7 +787,8 @@ button {
   display: inline-block;
   width: 20%;
   right:13%;
-  position: absolute;
+  margin-top: -2px;
+  position: fixed;
   max-width: 200px;
   height: 39px;
   z-index: 999;

+ 1 - 1
HiTeachCC/ClientApp/src/components/Card.vue

@@ -111,6 +111,6 @@ export default {
   .tl{
     box-shadow: 0px -1px 5px rgba(128, 128, 128, 0.3) !important;
     transition:0.5s;
-    overflow:hidden;
+    overflow:hidden; 
   }
 </style>