Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
110c246d
提交
110c246d
authored
3月 29, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
31e1f13b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
6 行增加
和
61 行删除
+6
-61
rightAside.vue
components/rightAside.vue
+6
-61
没有找到文件。
components/rightAside.vue
浏览文件 @
110c246d
...
...
@@ -4,30 +4,26 @@
<li
:class=
"
{ enroll: true, active: tabBtnActive
&&
tabBtnTarget === 'enroll' }"
@mouseenter="handleMsOver('enroll')"
@mouseleave="handleMsOut"
>
@mouseleave="handleMsOut">
<p>
{{
$t
(
'aside.apply'
)
}}
</p>
</li>
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
@mouseleave="handleMsOut"
>
@mouseleave="handleMsOut">
<p>
{{
$t
(
'aside.follow'
)
}}
</p>
</li>
</ul>
<transition
name=
"custom-classes-transition"
enter-active-class=
"animated tada"
leave-active-class=
"animated bounceOutRight"
>
leave-active-class=
"animated bounceOutRight"
>
<div
id=
"show-enroll"
v-show=
"tabBtnActive"
class=
"tab_cont"
@
mouseenter=
"handleMsOver('')"
@
mouseleave=
"handleMsOut"
>
@
mouseleave=
"handleMsOut"
>
<div
class=
"enroll_cont"
id=
"show-enroll-content"
v-show=
"tabBtnTarget === 'enroll'"
>
<h5>
{{
$t
(
'aside.apply'
)
}}
</h5>
<div
class=
"p"
>
...
...
@@ -42,7 +38,7 @@
</select>
<span
class=
"icon el-icon-arrow-down"
></span>
</div>
<div
class=
"p
sendcode
"
>
<div
class=
"p"
>
<el-input
v-model=
"sendCode"
:placeholder=
"$t('aside.code')"
>
<template
#
append
>
<el-button
class=
"btn"
:disabled=
"isBtnDisabled"
id=
"checkedCode"
@
click=
"getSendCode"
>
{{
...
...
@@ -98,7 +94,7 @@ export default {
},
watch
:
{
$route
:
{
handler
:
function
(
val
,
oldVal
)
{
handler
:
function
(
val
,
oldVal
)
{
if
(
val
.
path
===
'/studyAbroad'
)
{
this
.
formInfo
.
projectId
=
'1018'
}
else
{
...
...
@@ -357,36 +353,6 @@ export default {
right
:
10px
;
color
:
#606266
;
}
::v-deep
(
.el-button
)
{
background-color
:
#ff8e1a
;
border
:
#ff8e1a
1px
solid
;
color
:
rgba
(
255
,
255
,
255
,
0
.9
);
}
}
.sendcode
{
display
:
flex
;
justify-content
:
space-between
;
::v-deep
(
.el-input
)
{
width
:
170px
;
}
::v-deep
(
.el-button
)
{
white-space
:
break-spaces
;
width
:
94px
;
margin-right
:
2px
;
padding
:
12px
0
;
text-align
:
center
;
display
:
flex
;
align-items
:
center
;
height
:
45px
;
justify-content
:
center
;
}
::v-deep
(
.is-disabled
)
{
color
:
#c0c4cc
;
cursor
:
not
-
allowed
;
background-image
:
none
;
background-color
:
#fff
;
border-color
:
#ebeef5
;
}
}
}
.wx_cont
img
{
...
...
@@ -398,24 +364,3 @@ export default {
}
}
</
style
>
<
style
>
/* .right_bar .enroll_cont .el-input__inner {
border: 1px solid #ccc;
line-height: 44px;
height: 44px;
}
.right_bar .sendcode .el-input {
width: 170px;
}
.right_bar .el-button{
background: #ff8e1a;
border:#ff8e1a 1px solid;
color:rgba(255,255,255,.9);
}
.sendcode .el-button {
width: 94px;
margin-right: 2px;
padding: 12px 0;
text-align: center;
} */
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论