Browse Source

修改样式提交

wangqin
Joe 1 year ago
parent
commit
f33846ad1a
  1. 11
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue
  2. 13
      ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue

11
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/index.vue

@ -2,6 +2,13 @@
<div class='CoordinateSchedulingRecords'>
<!-- 搜索栏 -->
<div class="filter">
<ButtonGradient>
<template #prefix>
<img src="@screen/images/refresh.svg" />
</template>
刷新
</ButtonGradient>
<InputSearch style="width: 402px;" />
</div>
@ -21,6 +28,7 @@
import Pagination from '@screen/components/Pagination.vue';
import InputSearch from '@screen/components/InputSearch/index.vue';
import Card from './components/Card/index.vue';
import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue';
export default {
name: 'CoordinateSchedulingRecords',
@ -28,6 +36,7 @@ export default {
Pagination,
Card,
InputSearch,
ButtonGradient
},
data() {
return {
@ -58,7 +67,7 @@ export default {
.filter {
height: 60px;
display: flex;
justify-content: flex-end;
justify-content: space-between;
}
.body {

13
ruoyi-ui/src/views/JiHeExpressway/pages/service/PublishingChannelManagement/index.vue

@ -2,6 +2,13 @@
<div class='PublishingChannelManagement'>
<!-- 搜索栏 -->
<div class="filter">
<ButtonGradient>
<template #prefix>
<img src="@screen/images/refresh.svg" />
</template>
刷新
</ButtonGradient>
<InputSearch style="width: 402px;" />
</div>
@ -21,13 +28,15 @@
import Pagination from '@screen/components/Pagination.vue';
import InputSearch from '@screen/components/InputSearch/index.vue';
import Card from './components/Card';
import ButtonGradient from '@screen/components/Buttons/ButtonGradient.vue';
export default {
name: 'PublishingChannelManagement',
components: {
Pagination,
InputSearch,
Card
Card,
ButtonGradient
},
}
</script>
@ -46,7 +55,7 @@ export default {
.filter {
height: 60px;
display: flex;
justify-content: flex-end;
justify-content: space-between;
}
.body {

Loading…
Cancel
Save