diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss index 88bb3a10..91d1a1ba 100644 --- a/src/assets/styles/portal.scss +++ b/src/assets/styles/portal.scss @@ -162,6 +162,12 @@ body {margin: 0px;padding: 0px;} // margin-bottom: 36px; background: #fff; border-radius: 8px; + position: relative; + .course-card-favorite{ + position: absolute; + right:25px; + bottom: 72px; + } // margin-right: 35px; // .cor-icon { @@ -338,6 +344,12 @@ body {margin: 0px;padding: 0px;} .course-card { padding:20px; margin-right: 20px; + position: relative; + .course-card-favorite{ + position: absolute; + right:20px; + bottom: 72px; + } .course-image-box { width:218; height: 122px; diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index f064c8b7..f95be3bb 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -37,10 +37,10 @@
-