Browse Source

样式

zhangyong/feature-20250815160302-金币优化
lhl 1 month ago
parent
commit
66d27ec7b2
  1. 2
      src/views/consume/bean/addBeanConsume.vue
  2. 4
      src/views/consume/gold/addCoinConsume.vue
  3. 1
      src/views/permissions/permissions.vue

2
src/views/consume/bean/addBeanConsume.vue

@ -290,7 +290,7 @@ const throttledHandleConsumeFormt = _.throttle(handleConsumeForm, 5000, {
<style scoped lang="scss">
.userAndform {
width: 80vw;
height: 85vh;
height: 80vh;
display: flex;
justify-content: center;

4
src/views/consume/gold/addCoinConsume.vue

@ -832,8 +832,8 @@ p {
}
.father1 {
width: 1000px;
height: 100%;
width: 82vw;
height: 80vh;
display: flex;
.left {

1
src/views/permissions/permissions.vue

@ -83,6 +83,5 @@ onMounted(() => {
.father{
width:82vw;
height:4vh;
background-color: antiquewhite;
}
</style>
Loading…
Cancel
Save