|
@@ -93,7 +93,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <button class="btn" @click="confirm">提交</button>
|
|
|
+ <button class="btn" @click="confirm">提交</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="msg-table" v-else-if="!showHistory && user.userUU">
|
|
@@ -243,21 +243,6 @@
|
|
|
}
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
- /*分页*/
|
|
|
- .page {
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- .page .page-wrap{
|
|
|
- float: none;
|
|
|
- }
|
|
|
- .page-wrap ul, .page-wrap div {
|
|
|
- float: none !important;
|
|
|
- display: inline-block;
|
|
|
- margin: 0;
|
|
|
- }
|
|
|
- body,textarea,button.btn{
|
|
|
- font-family: "MicrosoftYaHei Regual", "微软雅黑" !important;
|
|
|
- }
|
|
|
.messageBoard {
|
|
|
width: 680px;
|
|
|
font-size: 14px;
|
|
@@ -583,4 +568,19 @@
|
|
|
.radioLabel input[type="radio"]{
|
|
|
display: none;
|
|
|
}
|
|
|
+ /*分页*/
|
|
|
+ .page {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .page .page-wrap{
|
|
|
+ float: none;
|
|
|
+ }
|
|
|
+ .page-wrap ul, .page-wrap div {
|
|
|
+ float: none !important;
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ body,textarea,button.btn{
|
|
|
+ font-family: "MicrosoftYaHei Regual", "微软雅黑" !important;
|
|
|
+ }
|
|
|
</style>
|