فهرست منبع

修改了掘进的样式

namin 3 سال پیش
والد
کامیت
571e93b8e3

+ 2 - 0
src/components/tunneling/lbottom.vue

@@ -103,6 +103,7 @@ li{
 #l_one{
     width: 5rem;
     height: 2rem;
+    border-radius:0.7rem;
     background-color: rgb(133, 158, 231);
     margin: 0 .325rem .25rem; 
     text-align: center;
@@ -110,6 +111,7 @@ li{
 #l_two{
     width: 5rem;
     height: 2rem;
+    border-radius:0.7rem;
     background-color: rgb(133, 158, 231);
     margin: 0 .325rem .25rem; 
     text-align: center;

+ 2 - 0
src/components/tunneling/lmid.vue

@@ -98,6 +98,7 @@ li{
 
 }
 #l_one{
+    border-radius:0.7rem;
     width: 5rem;
     height: 2rem;
     background-color: rgb(133, 158, 231);
@@ -105,6 +106,7 @@ li{
     text-align: center;
 }
 #l_two{
+    border-radius:0.7rem;
     width: 5rem;
     height: 2rem;
     background-color: rgb(133, 158, 231);

+ 1 - 0
src/components/tunneling/mbl2.vue

@@ -113,6 +113,7 @@ li{
     text-align: center;
 }
 span{
+    border-radius:0.7rem;
     width: 2.5rem;
     height: 2.25rem;
     background-color: rgb(133, 158, 231);

+ 1 - 0
src/components/tunneling/rtone.vue

@@ -114,6 +114,7 @@ li{
     position: relative;
 }
 span{
+    border-radius:0.7rem;
     width: 7.5rem;
     height: 1.625rem;
     background-color: rgb(133, 158, 231);

+ 1 - 0
src/components/tunneling/rtop.vue

@@ -119,6 +119,7 @@ li{
 
 }
 span{
+    border-radius:0.7rem;
     width: 1.875rem;
     height: 1.625rem;
     background-color: rgb(133, 158, 231);

+ 4 - 9
src/views/tunnelling/zutai.vue

@@ -134,15 +134,10 @@ export default {
 }
 </script>
 
-<style>
-.fullscreen {
-    position: relative!important;
-    top: 0 !important;
-    left: 0 !important;
-    width: 100% !important;
-    height: 100% !important;
-    margin: 0 !important;
-    /* z-index: 100; */
+<style scoped>
+.tunneling{
+    width: 100%;
+    height: 100%;
 }
 .home{
     width: 100%;