@ -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{
}
// 绑定标签
@ -106,7 +106,7 @@ aside {
margin-bottom: 20px;
border-radius: 2px;
display: block;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
color: #2c3e50;
@ -7,10 +7,13 @@
input {
border: 1px solid $inputBorder;
background-color: $mainContainerBg;
.iconfont{
.el-form-item-label {
margin: 0 3px 9px 0;
@ -19,11 +22,11 @@
vertical-align: middle;
font-size: 14px;
color: #606266;
padding: 0 7px;
.el-select__caret.el-input__icon.el-icon-arrow-up{
.date-item {
display: inline-block;
@ -31,7 +34,7 @@
margin-right: 20px;
height: 32px !important;
height: 30px !important;
width: 230px !important;
@ -44,9 +47,9 @@
position: relative;
overflow: hidden;
width: 32px;
width: 30px;
border-radius: 16px;
@ -54,7 +57,7 @@
height: 60px;
padding: 13px 0 0;
img{
width: 135px;
//margin: 0 auto;
@ -618,8 +621,8 @@
.vue-treeselect__control,
.vue-treeselect__placeholder,
.vue-treeselect__single-value{
height: 28px;
line-height: 28px;
.vue-treeselect__control{
@ -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{
</style>
@ -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"
>
@ -48,7 +48,7 @@ p{
.content-container{
height:636px;
height:calc(100vh - 303px);
padding: 0 20px;
@ -41,7 +41,7 @@
<el-table
style="width: 100%"
:cell-class-name="cell"
@ -177,14 +177,14 @@ export default {
justify-content: space-between;
.el-button{
width: 106px;
background-color: #1AAE93;
::v-deep .el-icon-more:before{
margin-right: 8px;
.app-container{
margin-top: 0;
min-height: calc(100vh - 242px);
@ -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 {
// ::v-deep .vue-treeselect__control,::v-deep .vue-treeselect__placeholder,::v-deep .vue-treeselect__single-value {
// height: 30px;
// line-height: 30px;
// }