Explorar o código

修改样式问题

zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
3833ba3a3a
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      src/components/study.vue

+ 4 - 3
src/components/study.vue

@@ -4646,6 +4646,7 @@ export default {
 .iframeCss {
   width: 100%;
   height: 600px;
+  border:1px solid #000;
 }
 .toolTitle {
   margin: 0px 0px 20px;
@@ -5205,9 +5206,9 @@ export default {
   align-items: center;
   color: rgb(255, 255, 255);
   background-image: linear-gradient(
-    to right,
-    rgb(69, 116, 204),
-    rgb(85, 145, 217)
+    90deg,
+    #4574cc,
+    #6eb0ff
   );
   border-radius: 10px;
   margin: 10px 0;