#14 11.14修改样式

Merged
juzi merged 1 commits from 11-wms-zjl into master 1 year ago
  1. +2
    -2
      src/layout/components/Sidebar/Logo.vue
  2. +1
    -1
      src/views/wmsStatisticalReports/inventoryReport.vue
  3. +1
    -1
      src/views/wmsStatisticalReports/outStoreReport.vue
  4. +3
    -6
      src/views/wmsSystemSettings/roleManagement.vue

+ 2
- 2
src/layout/components/Sidebar/Logo.vue View File

@@ -69,8 +69,8 @@ export default {
width: 100%;

& .sidebar-logo {
width: 36px;
height: 36px;
width: 26px;
height: 26px;
vertical-align: middle;
margin-right: 12px;
}


+ 1
- 1
src/views/wmsStatisticalReports/inventoryReport.vue View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<head-form :form-config="headFormConfig" @headBtnClick="btnClick" />
<div style="text-align:right">
<div style="text-align:left">
<span>合计: 265395</span>
</div>
<base-table


+ 1
- 1
src/views/wmsStatisticalReports/outStoreReport.vue View File

@@ -9,7 +9,7 @@
<template>
<div class="app-container">
<head-form :form-config="headFormConfig" @headBtnClick="btnClick" />
<div style="text-align:right">
<div style="text-align:left">
<span>合计: 265395</span>
</div>
<base-table


+ 3
- 6
src/views/wmsSystemSettings/roleManagement.vue View File

@@ -61,12 +61,10 @@ const tableProps = [{
align: 'center'
}, {
prop: 'name',
label: i18n.t('roleManage.roleName'),
align: 'center'
label: i18n.t('roleManage.roleName')
}, {
prop: 'enabled',
label: i18n.t('roleManage.status'),
align: 'center'
label: i18n.t('roleManage.status')
},
// {
// prop: 'category',
@@ -76,8 +74,7 @@ const tableProps = [{
// },
{
prop: 'remark',
label: i18n.t('roleManage.remark'),
align: 'center'
label: i18n.t('roleManage.remark')
}]
import AddForm from './AddForm'
import EditForm from './EditForm'


Loading…
Cancel
Save