Browse Source

修改样式图片

zengyicheng 2 years ago
parent
commit
1901dc262f
2 changed files with 3 additions and 1 deletions
  1. 1 0
      src/components/courseDetail.vue
  2. 2 1
      src/components/study.vue

+ 1 - 0
src/components/courseDetail.vue

@@ -537,6 +537,7 @@ export default {
   width: 70%;
   text-align: left;
   max-width: calc(100% - 85px);
+  margin-right: 10px;
 }
 .return {
   background: rgb(238, 238, 238);

+ 2 - 1
src/components/study.vue

@@ -3128,6 +3128,7 @@ export default {
   word-break: break-all;
   width: 70%;
   text-align: left;
+  margin-right:10px;
   max-width: calc(100% - 85px);
 }
 .blue_box_one > div:nth-child(2):hover {
@@ -3864,7 +3865,7 @@ export default {
   line-height: 30px;
 }
 .answerBg {
-  background: url(/static/img/answerBg.93bcd2c.png) no-repeat;
+  background: url("../assets/icon/answerBg.png") no-repeat;
   background-size: 100% 100%;
   width: 100%;
   height: 100%;