@@ -42,6 +42,11 @@
// bottom: 1.93333rem;
bottom: 20%;
z-index: 11;
+ width: 95px;
+
+ &.startBtnPad {
+ width: 120px;
+ }
// &:active {
// opacity: .8;
@@ -176,7 +176,7 @@ export default defineComponent({
display:
props.activeModel || !state.user.data?.vipMember ? '' : 'none'
}}
- class={styles.startBtn}
+ class={[styles.startBtn, browser().isTablet && styles.startBtnPad]}
onClick={(e: Event) => {
e.stopPropagation();
gotoAccomany();
@@ -54,8 +54,8 @@
.iconPayment {
position: absolute;
- right: 0;
- top: 0;
+ right: -1px;
+ top: -1px;
padding: 0 4px;
border-radius: 0 3px 0 6px;
background: rgba(0, 0, 0, 0.74);
@@ -317,6 +317,7 @@ export default defineComponent({
onRefresh={onRefresh}
style={
{
+ minHeight: '100%'
// minHeight: `calc(100vh - ${topWrapHeight.value}px)`
}
}>
@@ -6,7 +6,7 @@
position: relative;
background: url('../../images/exam-default-bg.png') no-repeat top center;
background-size: contain;
- height: 240px;
+ height: 234px;
margin: 0 auto;
max-width: 286px;
@@ -419,6 +419,9 @@ export default defineComponent({
itemKey="index"
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
+ disabled={!state.settingStatus}
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
+ // @ts-ignore
group={{
name: 'description',
pull: 'clone',