Forráskód Böngészése

更新 toolbox style 部分代換為hiteach的icon

louise 3 éve
szülő
commit
98b67dba93

+ 6 - 6
HiTeachCC/ClientApp/src/assets/css/style.css

@@ -236,7 +236,7 @@
 .tools {
   position: fixed;
   right: 10px;
-  top: 46%;
+  top: 48%;
   transform: translateY(-50%);
   z-index: 999;
   cursor: pointer;
@@ -260,7 +260,7 @@
   padding: 4px;
   cursor: pointer;
   text-align: center;
-  margin: 2px 0;
+  margin: 3px 0;
   background: #fff;
   border-radius: 50%;
 }
@@ -274,9 +274,9 @@
   font-size: 20px;
 }
 .tools > ul li span.fontbox .irs-icon {
-  font-size: 22px;
+  font-size: 24px;
   position: relative;
-  top: 2px;
+  top: -1px;
 }
 .tools > ul li span.fontbox:hover,
 .tools > ul li span.fontbox:active {
@@ -296,9 +296,9 @@
 }
 .tools > ul li span.fontbox:hover .irs-icon,
 .tools > ul li span.fontbox:active .irs-icon {
-  font-size: 22px;
+  font-size: 24px;
   position: relative;
-  top: 2px;
+  top: -1px;
 }
 .tools .svg-inline--fa,
 .tools .fab {

+ 6 - 6
HiTeachCC/ClientApp/src/assets/css/style.less

@@ -291,7 +291,7 @@
 .tools {
   position: fixed;
   right: 10px;
-  top: 46%;
+  top: 48%;
   transform: translateY(-50%);
   z-index: 999;
   cursor: pointer;
@@ -313,7 +313,7 @@
         padding:4px;
         cursor: pointer;
         text-align: center;
-        margin: 2px 0;
+        margin: 3px 0;
         background: #fff;
         border-radius: 50%;
       }
@@ -329,9 +329,9 @@
           font-size: 20px;
         }
         .irs-icon{
-          font-size: 22px;
+          font-size: 24px;
           position: relative;
-          top:2px;
+          top:-1px;
         }
         &:hover,
         &:active {
@@ -348,9 +348,9 @@
             font-size: 20px;
           }
           .irs-icon{
-            font-size: 22px;
+            font-size: 24px;
             position: relative;
-            top:2px;
+            top:-1px;
           }
         }
       }

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 5 - 3
HiTeachCC/ClientApp/src/assets/icons/svg/irs-icon.svg


+ 10 - 0
HiTeachCC/ClientApp/src/assets/icons/svg/shap.svg

@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>shap</title>
+   
+        <path d="M20.5189042,8.83987418 C22.067597,9.94139507 22.9867972,11.7248417 22.9853534,13.6253142" id="Fill-3" stroke="#000000" stroke-width="1.83333333"></path>
+        <path d="M22.9853517,13.6253142 C22.9853517,16.0001607 21.5553535,18.1413716 19.3617709,19.0513671 C17.1681884,19.9613626 14.6424737,19.461127 12.961345,17.7837175" id="Fill-3-2" stroke-width="1.83333333"></path>
+        <polyline id="Path"  stroke-width="1.83333333" points="14.75 22.9853333 1 22.9853333 1 9.23533335 2.64358333 9.23533335"></polyline>
+        <polygon id="Path" stroke-width="1.83333333" points="11.9853333 1.00000001 4.98108333 13.1311667 18.9895833 13.1311667"></polygon>
+   
+</svg>

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 7 - 0
HiTeachCC/ClientApp/src/assets/icons/svg/zoom.svg


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 473 - 480
HiTeachCC/ClientApp/src/components/ToolBox.vue