Commit ba814895 by 冷斌

fix bug

parent fa916f6d
......@@ -9,7 +9,7 @@
.bodyBox { width: 100%; margin-top: 0.5rem; background: #fff; padding: 0.5rem 0.75rem; height: 7rem; }
.content { width: 100%; font-size: 0.7rem; color: #333; resize: none; height: 100%; }
.btnBox { width: 100%; margin-top: 5rem; padding: 0 4.4rem; }
.btnBox button { width: 100%; height: 2.2rem; border-radius: 1.1rem; background: #FC7583; font-size: 0.7rem; color: #fff; }
.btnBox button { width: 100%; height: 2.2rem; border-radius: 1.1rem; font-size: 0.7rem; color: #fff; }
</style>
</head>
<body style="background-color: #f9f9f9;">
......@@ -29,7 +29,7 @@
<!-- 提交 -->
<div class="btnBox">
<button type="button" :class="[isSub ? 'btnOne' : 'btnTwo']" @click="submit" :disabled="isSub">
<button type="button" :style="[isSub ? 'background: #FC7583;' : 'background: #FF9FBA;']" @click="submit" :disabled="isSub">
提交
</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment