Browse Source

样式修复

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
a8f0783987
  1. 4
      src/option/basic/basicProperty.js
  2. 4
      src/styles/element-ui.scss
  3. 40
      src/views/basic/deline/basicDeline.vue
  4. 8
      src/views/basic/deline/basicdeLineform.vue
  5. 41
      src/views/basic/line/basicLine.vue
  6. 4
      src/views/basic/material/basicMaterial.vue
  7. 16
      src/views/basic/property/basicProperty.vue
  8. 39
      src/views/basic/property/basicPropertyDetails.vue
  9. 4
      src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue
  10. 10
      src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue
  11. 8
      src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
  12. 8
      src/views/basicdata/warehouse/tray/basicdataTray.vue
  13. 2
      src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue
  14. 4
      src/views/distribution/inventory/distrilbutionBillLading.vue
  15. 28
      src/views/system/dept.vue
  16. 2
      src/views/system/user.vue

4
src/option/basic/basicProperty.js

@ -158,7 +158,7 @@ export default {
prop: "assetName",
type: "input",
labelWidth:'150',
width:"200px",
width:"270px",
align:'center',
span:11,
search: true,
@ -186,7 +186,7 @@ export default {
prop: "node",
type: "input",
labelWidth:'150',
width:"340px",
width:"360px",
align:'center',
span:11,
},

4
src/styles/element-ui.scss

@ -68,3 +68,7 @@
.avue--detail .el-form-item {
background-color: #fafafa;
}
// 页码组件激活样式字体不加粗
li.is-active{
font-weight: normal !important;
}

40
src/views/basic/deline/basicDeline.vue

@ -284,6 +284,7 @@ export default {
</script>
<style scoped lang="scss">
:deep(.avue-form__group) {
width: 100%;
align-items: flex-start;
@ -298,4 +299,43 @@ export default {
margin-right: 8px;
}
}
:deep(.avue-form__row){
max-width:324px;
}
:deep(.avue-form__row):nth-child(1),:deep(.avue-form__row):nth-child(2){
max-width:100%;
.el-form-item{
margin-right:0;
display: flex;
}
.el-input-number,.el-input__wrapper{
height: 33px;
}
.el-table__header{
width: 100% !important;
}
.el-table__body{
width: 100% !important;
}
}
:deep(.avue-form__row):first-of-type {
max-width:100%;
.el-form-item{
margin-right:0;
display: flex;
}
.el-input-number,.el-input__wrapper{
height: 33px;
}
.el-table__header{
width: 100% !important;
}
.el-table__body{
width: 100% !important;
}
}
</style>

8
src/views/basic/deline/basicdeLineform.vue

@ -1,17 +1,17 @@
<template>
<el-form>
<div style="background-color: #ffffff; height: 845px; padding: 2% 4%">
<div style="background-color: #ffffff; height: 100vh; padding: 10px">
<avue-form :option="option" ref="myForm" v-model="form">
<template #input="{ row }">
<el-tag>序号:{{ row.$index }}-数据:{{ row.input }}</el-tag>
</template>
</avue-form>
<div style="position: fixed; bottom: 7%; left: 40%; width: 100%">
<div style="width: 100%">
<div >
<div>
<el-button
type="primary"
@click="submitForm"
style="margin-right: 20%"
:disabled="this.isDis"
>确定</el-button
>

41
src/views/basic/line/basicLine.vue

@ -283,14 +283,43 @@ export default {
justify-content: space-between !important;
}
:deep(.avue-form__group--flex) {
display: flex;
flex-direction: column;
justify-content: space-between;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
:deep(.avue-form__row){
max-width:100%
max-width:324px;
.el-form-item{
margin-right: 10px;
}
}
:deep(.el-form-item){
width: max-content;
:deep(.avue-form__row):first-of-type {
max-width:100%;
.el-form-item{
margin-right:0;
display: flex;
}
.el-input-number,.el-input__wrapper{
height: 33px;
}
.el-table__header{
width: 100% !important;
}
.el-table__body{
width: 100% !important;
}
}
:deep(.el-table__header){
width: 100%;
}
:deep(.avue-form__row){
margin-left:10px;
}
:deep(.avue-form__row):nth-child(1),
:deep(.avue-form__row):nth-child(2),
:deep(.avue-form__row):nth-child(7) {
margin-left:0px;
}
</style>

4
src/views/basic/material/basicMaterial.vue

@ -321,5 +321,7 @@
:deep(.no-print ){
margin-left: auto !important;
}
:deep(.el-form-item__label){
width:auto !important;
}
</style>

16
src/views/basic/property/basicProperty.vue

@ -255,4 +255,20 @@ export default {
:deep(.no-print ){
margin-left: auto !important;
}
:deep(.el-form-item__label){
width:auto !important;
}
// :deep(.el-table__header){
// width: inherit !important;
// }
// :deep(.el-table__row){
// width: inherit !important;
// }
// :deep(.el-scrollbar__view){
// width: inherit !important;
// }
// :deep(.el-table__body){
// width: inherit !important;
// }
</style>

39
src/views/basic/property/basicPropertyDetails.vue

@ -641,4 +641,43 @@ export default {
:deep(.no-print ){
margin-left: auto !important;
}
:deep(.el-form-item__label){
width:auto !important;
}
// nth-child
:deep(.avue-form__row){
margin-right:30px;
.el-form-item{
margin-right:0;
}
}
:deep(.avue-form__row){
margin-right:0px;
margin-left:0px;
}
:deep(.avue-form__row:nth-child(7)){
margin-left:35px;
}
:deep(.avue-form__row:nth-child(8)){
margin-left:35px;
}
:deep(.avue-form__row){
margin-left:10px;
}
:deep(.avue-form__row:first-child) {
margin-left:0px;
}
:deep(.avue-form__row:nth-child(6)){
margin-left:0px;
}
:deep(.avue-form__group--flex){
justify-content: space-between;
}
:deep(.el-tabs--border-card){
border:0;
}
:deep(.el-tabs__content){
padding:0;
}
</style>

4
src/views/basicdata/warehouse/goodsAllocation/BasicdataGoodsAllocation.vue

@ -25,10 +25,10 @@
<el-button type="danger" icon="el-icon-delete" plain @click="handleDisable"
>
</el-button>
<el-button type="danger" icon="el-icon-delete" plain @click="handleEnable"
<el-button type="danger" icon="el-icon-check" plain @click="handleEnable"
>
</el-button>
<el-button type="danger" icon="el-icon-delete" plain @click="downAllocation"
<el-button type="danger" icon="el-icon-minus" plain @click="downAllocation"
>
</el-button>
<!-- <el-button type="warning"-->

10
src/views/basicdata/warehouse/goodsArea/basicdataGoodsArea.vue

@ -61,19 +61,19 @@
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" @click="handleExport" plain
<el-button type="danger" icon="el-icon-download" @click="handleExport" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" plain @click="handleImport"
<el-button type="danger" icon="el-icon-upload" plain @click="handleImport"
>
</el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleDisable" plain
<el-button type="danger" icon="el-icon-close" @click="handleDisable" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" @click="handleEnable" plain
<el-button type="danger" icon="el-icon-check" @click="handleEnable" plain
> </el-button
>
</div>
</div>
<!-- 头部右侧按钮模块 -->
<div class="avue-crud__right">
<el-button icon="el-icon-refresh" @click="searchChange" circle></el-button>

8
src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue

@ -38,19 +38,19 @@
</el-row>
<el-row>
<div class="avue-crud__header">
<!-- 头部左侧按钮模块 -->
<!-- 头部左侧按钮模块 -->
<div class="avue-crud__left">
<el-button type="primary" icon="el-icon-plus" @click="handleAdd"> </el-button>
<el-button type="danger" icon="el-icon-delete" @click="handleDelete" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" @click="handleDisable" plain
<el-button type="danger" icon="el-icon-close" @click="handleDisable" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" @click="handleEnable" plain
<el-button type="danger" icon="el-icon-check" @click="handleEnable" plain
> </el-button
>
<el-button type="danger" icon="el-icon-delete" plain @click="handleImport"
<el-button type="danger" icon="el-icon-upload" plain @click="handleImport"
>
</el-button>
<!-- <el-button type="danger" icon="el-icon-delete" @click="aaa" plain>导出二维码</el-button>-->

8
src/views/basicdata/warehouse/tray/basicdataTray.vue

@ -36,10 +36,10 @@
<el-button type="warning" plain icon="el-icon-camera" @click="handleqr"
>查看二维码
</el-button>
<el-button type="warning" plain icon="el-icon-camera" @click="lossess"> </el-button>
<el-button type="warning" plain icon="el-icon-camera" @click="disable"> </el-button>
<el-button type="warning" plain icon="el-icon-camera" @click="addable"> </el-button>
<el-button type="warning" plain icon="el-icon-camera" @click="vacants"
<el-button type="warning" plain icon="el-icon-edit" @click="lossess"> </el-button>
<el-button type="warning" plain icon="el-icon-circle-close" @click="disable"> </el-button>
<el-button type="warning" plain icon="el-icon-check" @click="addable"> </el-button>
<el-button type="warning" plain icon="el-icon-refresh" @click="vacants"
>
</el-button>
</template>

2
src/views/basicdata/warehouse/warehouse/basicdataWarehouse.vue

@ -1186,6 +1186,7 @@ export default {
:deep(.no-print){
// margin-left:auto;
max-width:300px !important;
margin-left: inherit;
.el-button{
margin-right:0;
}
@ -1196,4 +1197,5 @@ export default {
:deep(.avue-form__group--flex) {
justify-content: space-between;
}
</style>

4
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -469,8 +469,8 @@
<el-dialog v-model="dialogFormZeroOrderVisible" title="修改订单信息" center style="width: 50%">
<template v-if="zeroOrderFormList">
<div style="display: flex; align-items: center; text-align: center">
<div style="width: 120px">名称</div>
<div style="flex: 1">数量</div>
<div style="width: 120px; display: flex">名称</div>
<div style="display: flex">数量</div>
</div>
<el-form-item
:label="item.firsts"

28
src/views/system/dept.vue

@ -376,24 +376,26 @@ export default {
};
</script>
<style scoped lang='scss'>
:deep(.avue-form__row){
margin-left:10px;
max-width:300px!important;
<style scoped lang="scss">
:deep(.avue-form__row) {
margin-left: 10px;
max-width: 300px !important;
}
:deep(.no-print){
:deep(.no-print) {
margin-left: auto;
}
:deep(.avue-form__row){
margin-left:0;
:deep(.avue-form__row) {
margin-left: 0;
}
:deep(.no-print){
.el-button{
margin-right:0
:deep(.no-print) {
.el-button {
margin-right: 0;
}
}
:deep(.el-form-item__label){
width:auto !important;
:deep(.el-form-item__label) {
width: auto !important;
}
:deep(.el-table__empty-block) {
height: 100vh !important;
}
</style>

2
src/views/system/user.vue

@ -74,7 +74,7 @@
>账号解封
</el-button>
<el-button
type="success"
type="warning"
plain
v-if="userInfo.role_name.includes('admin')"
icon="el-icon-upload"

Loading…
Cancel
Save