Browse Source

修复css语法错误

dev-xx
马远东 7 months ago
parent
commit
4407091eea
  1. 1
      src/styles/common.scss
  2. 4
      src/styles/sidebar.scss
  3. 8
      src/styles/theme/hey.scss
  4. 8
      src/styles/theme/lte.scss
  5. 33
      src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue

1
src/styles/common.scss

@ -240,7 +240,6 @@ a {
& > form { & > form {
overflow: hidden; overflow: hidden;
} }
// overflow: hidden;
} }
.header_search { .header_search {

4
src/styles/sidebar.scss

@ -55,6 +55,7 @@
} }
&.is-active { &.is-active {
background-color: #2f4370;
&:before { &:before {
content: ''; content: '';
top: 0; top: 0;
@ -64,9 +65,6 @@
background-color: #4378eb; background-color: #4378eb;
position: absolute; position: absolute;
} }
background-color: #2f4370;
i, span { i, span {
color: #d3832a; color: #d3832a;
} }

8
src/styles/theme/hey.scss

@ -2,7 +2,6 @@
.avue-sidebar { .avue-sidebar {
background-color: #fff; background-color: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, .08); box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
.el-menu-item, .el-sub-menu__title { .el-menu-item, .el-sub-menu__title {
i, span { i, span {
color: rgba(49, 58, 70, .8); color: rgba(49, 58, 70, .8);
@ -17,13 +16,11 @@
} }
&.is-active { &.is-active {
background-color: #f0f6ff;
&:before { &:before {
left: auto; left: auto;
right: 0; right: 0;
} }
background-color: #f0f6ff;
i, span { i, span {
color: #172e60; color: #172e60;
} }
@ -34,7 +31,6 @@
.avue-logo { .avue-logo {
background-color: #fff; background-color: #fff;
box-shadow: none; box-shadow: none;
.avue-logo_title { .avue-logo_title {
color: #172e60; color: #172e60;
font-size: 20px; font-size: 20px;
@ -43,11 +39,9 @@
.avue-tags { .avue-tags {
background: #f3f6f8; background: #f3f6f8;
.el-tabs__item { .el-tabs__item {
color: rgba(0, 0, 0, .65) !important; color: rgba(0, 0, 0, .65) !important;
} }
.is-active { .is-active {
background-color: #fff; background-color: #fff;
border-bottom: none !important; border-bottom: none !important;

8
src/styles/theme/lte.scss

@ -1,7 +1,6 @@
.theme-lte { .theme-lte {
.avue-logo { .avue-logo {
background-color: #172e60; background-color: #172e60;
.avue-logo_title { .avue-logo_title {
font-weight: 500; font-weight: 500;
font-size: 20px; font-size: 20px;
@ -18,7 +17,6 @@
.avue-sidebar { .avue-sidebar {
background-color: #263238; background-color: #263238;
.el-menu-item, .el-sub-menu__title { .el-menu-item, .el-sub-menu__title {
i, span { i, span {
color: #8a979e; color: #8a979e;
@ -29,12 +27,10 @@
} }
&.is-active { &.is-active {
background-color: #2b373d;
&:before { &:before {
display: none; display: none;
} }
background-color: #2b373d;
i, span { i, span {
color: #fff; color: #fff;
} }

33
src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue

@ -2556,15 +2556,9 @@ const {
.mabx { .mabx {
height: 70vh; height: 70vh;
padding: 10px; padding: 10px;
// box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
.contentbx { .contentbx {
// width: calc(150 * var(--length) * 0.0521vw);
// border: 0 !important;
display: flex; display: flex;
// flex-direction: column;
align-items: flex-end; align-items: flex-end;
border: 1.5px solid var(--boxcolor); border: 1.5px solid var(--boxcolor);
border: none; border: none;
@ -2576,20 +2570,9 @@ const {
align-items: center; align-items: center;
} }
.itemwbox { .itemwbox {
// height: 90px;
width: 320px; width: 320px;
box-sizing: border-box; box-sizing: border-box;
margin-right: 2px; margin-right: 2px;
// border-right: 1.5px solid var(--boxcolor);
// &:nth-last-child(1) {
// border-right: 0;
// }
&:nth-last-child(1) {
.itemmibox {
// border-bottom: 1.5px solid var(--boxcolor);
}
}
.titls { .titls {
font-size: 16px !important; font-size: 16px !important;
margin-bottom: 10px; margin-bottom: 10px;
@ -2598,24 +2581,15 @@ const {
height: 130px; height: 130px;
width: 150px; width: 150px;
font-size: 12px !important; font-size: 12px !important;
// border-bottom: 1.5px solid var(--boxcolor);
// border-right: 1.5px solid var(--boxcolor);
border-bottom: 1.5px solid var(--boxcolor); border-bottom: 1.5px solid var(--boxcolor);
&:nth-last-child(1) {
border-bottom: none;
}
// margin-right: 1px;
// margin-bottom: 1px;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-sizing: border-box;
color: rgba(237, 25, 25); color: rgba(237, 25, 25);
margin-bottom: 2px; margin-bottom: 2px;
&:nth-last-child(1) { &:nth-last-child(1) {
// border-right: 0; border-bottom: none;
} }
} }
} }
@ -2701,11 +2675,6 @@ const {
padding: 10px; padding: 10px;
box-sizing: border-box; box-sizing: border-box;
justify-content: space-between; justify-content: space-between;
> div:nth-of-type(1) {
// .regionsele {
// margin-left: 20px;
// }
}
> .tips { > .tips {
display: flex; display: flex;
align-items: center; align-items: center;

Loading…
Cancel
Save