提交 0811904b 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq' into 'develop'

修改重置按钮

See merge request !177
...@@ -119,7 +119,14 @@ ...@@ -119,7 +119,14 @@
.agment-left-button { .agment-left-button {
margin-top: 34px; margin-top: 34px;
display: flex; display: flex;
justify-content: space-around; justify-content: center;
}
.reset-submit{
background: #fff;
border: 1px solid #0D9078;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #0D9078;
} }
/deep/.fc-timegrid-event { /deep/.fc-timegrid-event {
border-radius: 1px !important; border-radius: 1px !important;
......
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
class="agment-left-button" class="agment-left-button"
> >
<el-button <el-button
type="primary"
round round
class="reset-submit"
style="width: 110px" style="width: 110px"
@click="resetDoctoreScheduling" @click="resetDoctoreScheduling"
> >
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册