Browse Source

各页面输入框与按钮统一高度

master
x_ying 3 years ago
parent
commit
8359b52650
  1. 6
      src/assets/styles/archives-manage.scss
  2. 2
      src/assets/styles/index.scss
  3. 25
      src/assets/styles/yxk-admin.scss
  4. 7
      src/views/archivesManage/archivesCheck/module/addCheck.vue
  5. 2
      src/views/archivesManage/lendManage/borrowerManage/index.vue
  6. 2
      src/views/archivesManage/lendManage/lendProcess/index.vue
  7. 2
      src/views/archivesManage/lendManage/lendQuery/index.vue
  8. 4
      src/views/storeManage/warehouse3DConfig/index.vue
  9. 10
      src/views/system/menu/index.vue

6
src/assets/styles/archives-manage.scss

@ -39,8 +39,8 @@ $arcCyan: #0FBED9;
color: #fff;
background-color: transparent;
border: none;
height: 32px;
line-height: 32px;
height: 30px;
line-height: 30px;
.el-input__inner {
padding-left: 15px;
color: #339CFF;
@ -336,7 +336,7 @@ $arcCyan: #0FBED9;
.selct-data-head{
color: #fff;
line-height: 32px;
line-height: 30px;
}
// 绑定标签

2
src/assets/styles/index.scss

@ -106,7 +106,7 @@ aside {
margin-bottom: 20px;
border-radius: 2px;
display: block;
line-height: 32px;
line-height: 30px;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #2c3e50;

25
src/assets/styles/yxk-admin.scss

@ -7,10 +7,13 @@
input {
border: 1px solid $inputBorder;
background-color: $mainContainerBg;
height: 32px;
line-height: 32px;
height: 30px;
line-height: 30px;
color: #fff;
}
.iconfont{
line-height: 30px;
}
}
.el-form-item-label {
margin: 0 3px 9px 0;
@ -19,11 +22,11 @@
vertical-align: middle;
font-size: 14px;
color: #606266;
line-height: 32px;
line-height: 30px;
padding: 0 7px;
}
.el-select__caret.el-input__icon.el-icon-arrow-up{
line-height: 32px;
line-height: 30px;
}
.date-item {
display: inline-block;
@ -31,7 +34,7 @@
border: 1px solid $inputBorder;
background-color: $mainContainerBg;
margin-right: 20px;
height: 32px !important;
height: 30px !important;
width: 230px !important;
}
}
@ -44,9 +47,9 @@
position: relative;
overflow: hidden;
vertical-align: middle;
width: 32px;
height: 32px;
line-height: 32px;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 16px;
}
@ -54,7 +57,7 @@
height: 60px;
padding: 13px 0 0;
img{
height: 32px;
height: 30px;
width: 135px;
display: block;
//margin: 0 auto;
@ -618,8 +621,8 @@
.vue-treeselect__control,
.vue-treeselect__placeholder,
.vue-treeselect__single-value{
height: 32px;
line-height: 32px;
height: 28px;
line-height: 28px;
color: #fff;
}
.vue-treeselect__control{

7
src/views/archivesManage/archivesCheck/module/addCheck.vue

@ -22,7 +22,7 @@
<el-form-item label="选择门类" prop="category" class="down-select">
<el-select
v-model="categoryValue"
style="width: 245px"
style="width: 245px;"
multiple
filterable
clearable
@ -36,7 +36,7 @@
/>
</el-select>
</el-form-item>
<el-button type="primary" style="margin:0 0 0 10px;height:32px;" @click="handleBuild">生成盘点单</el-button>
<el-button type="primary" size="mini" style="margin:0 0 0 10px;height:30px" @click="handleBuild">生成盘点单</el-button>
</el-form>
<el-table :data="gridData" style="height:341px">
<el-table-column type="index" align="center" label="序号" width="60" />
@ -173,4 +173,7 @@ export default {
::v-deep .el-tag.el-tag--info .el-tag__close{
background-color: #fff;
}
::v-deep .el-input__inner{
height: 30px !important;
}
</style>

2
src/views/archivesManage/lendManage/borrowerManage/index.vue

@ -24,7 +24,7 @@
ref="table"
:data="tableData"
style="min-width: 100%"
height="calc(100vh - 355px)"
height="calc(100vh - 356px)"
@selection-change="selectionChangeHandler"
@row-click="clickRowHandler"
>

2
src/views/archivesManage/lendManage/lendProcess/index.vue

@ -48,7 +48,7 @@ p{
}
}
.content-container{
height:636px;
height:calc(100vh - 303px);
color: #fff;
padding: 0 20px;
}

2
src/views/archivesManage/lendManage/lendQuery/index.vue

@ -41,7 +41,7 @@
<el-table
ref="table"
style="width: 100%"
height="calc(100vh - 355px)"
height="calc(100vh - 356px)"
:data="tableData"
:cell-class-name="cell"
@row-click="clickRowHandler"

4
src/views/storeManage/warehouse3DConfig/index.vue

@ -177,14 +177,14 @@ export default {
justify-content: space-between;
.el-button{
width: 106px;
height: 32px;
height: 30px;
background-color: #1AAE93;
border: none;
}
}
::v-deep .el-icon-more:before{
margin-right: 8px;
}
}
.app-container{
margin-top: 0;
min-height: calc(100vh - 242px);

10
src/views/system/menu/index.vue

@ -33,7 +33,7 @@
>
<IconSelect ref="iconSelect" @selected="selected" />
<el-input slot="reference" v-model="form.icon" style="width: 450px;" placeholder="点击选择图标" readonly>
<svg-icon v-if="form.icon" slot="prefix" :icon-class="form.icon" class="el-input__icon" style="height: 32px;width: 16px;" />
<svg-icon v-if="form.icon" slot="prefix" :icon-class="form.icon" class="el-input__icon" style="height: 30px;width: 16px;" />
<i v-else slot="prefix" class="el-icon-search el-input__icon" />
</el-input>
</el-popover>
@ -258,8 +258,8 @@ export default {
::v-deep .el-input-number .el-input__inner {
text-align: left;
}
::v-deep .vue-treeselect__control,::v-deep .vue-treeselect__placeholder,::v-deep .vue-treeselect__single-value {
height: 30px;
line-height: 30px;
}
// ::v-deep .vue-treeselect__control,::v-deep .vue-treeselect__placeholder,::v-deep .vue-treeselect__single-value {
// height: 30px;
// line-height: 30px;
// }
</style>
Loading…
Cancel
Save