修改样式
This commit is contained in:
parent
c4db16ffc3
commit
e04fcbf88f
|
@ -12,6 +12,8 @@
|
|||
</template>
|
||||
<span class="helpClass">?</span>
|
||||
</a-tooltip></span>
|
||||
<!-- <br> -->
|
||||
<span class="titleDownload tipClass">当前时间之前的预约课程点击“查看更多”</span>
|
||||
</template>
|
||||
<template #extra><RouterLink target='_blank' to="/site/yuyuekechengMore">查看更多</RouterLink></template>
|
||||
<a-row class="rowGutter" :gutter="[16,16]">
|
||||
|
@ -262,6 +264,20 @@ defineExpose({
|
|||
border: 1px #1c84c6 solid;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tipClass{
|
||||
// margin-left: 10%;
|
||||
font-size: 16px;
|
||||
color: red;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
.ant-card-extra {
|
||||
float: right;
|
||||
margin-left: auto;
|
||||
padding: 16px 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue