diff --git a/.env.development b/.env.development index 600aee7..c8c89d1 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '无糖运营平台' -VITE_APP_BASE_API = 'http://127.0.0.1:8080' -# VITE_APP_BASE_API = 'http://39.106.16.162:8080' +# VITE_APP_BASE_API = 'http://127.0.0.1:8080' +VITE_APP_BASE_API = 'http://39.106.16.162:8080' diff --git a/src/views/course/basicCourseInformation.vue b/src/views/course/basicCourseInformation.vue index 3b5b9d5..9e4687d 100644 --- a/src/views/course/basicCourseInformation.vue +++ b/src/views/course/basicCourseInformation.vue @@ -209,11 +209,7 @@ const CloseCouresNameChangeEvent = () => {
- + - + @@ -320,6 +293,7 @@ const CloseCouresNameChangeEvent = () => { } .course { + // display: flex; // flex: 0 0 25%; // justify-content: space-between; @@ -399,6 +373,12 @@ const CloseCouresNameChangeEvent = () => { margin-left: 180px; margin-top: -29px; } + + .object1 { + position: absolute; + margin-left: 250px; + margin-top: -29px; + } } .plus { diff --git a/src/views/course/components/course-brief.vue b/src/views/course/components/course-brief.vue index 53b487e..067c182 100644 --- a/src/views/course/components/course-brief.vue +++ b/src/views/course/components/course-brief.vue @@ -26,20 +26,25 @@ onMounted(() => {