Quellcode durchsuchen

style: 光标指针样式修改

TIANYONG vor 1 Jahr
Ursprung
Commit
a137232b67

+ 1 - 0
src/page-instrument/view-detail/index.module.less

@@ -43,6 +43,7 @@
 
 :global {
     #cursorImg-0 {
+        width: 2PX !important;
         min-height: 58PX;
         content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
         margin-top: -14PX;

+ 1 - 0
src/view/selection/index.module.less

@@ -94,6 +94,7 @@
     background-color: rgba(25, 140, 254, 0.7);
     min-height: 58PX;
     // width: 14PX;
+    width: 2PX !important;
     margin-top: -14PX;
     border-radius: 4Px;
     opacity: var(--corsor-opacity);