You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
3.7 KiB
224 lines
3.7 KiB
// 借阅管理
|
|
::v-deep .el-dialog .el-dialog__body{
|
|
.el-button{
|
|
background-color: #3A99FD;
|
|
border-color: #3A99FD;
|
|
}
|
|
.el-button.is-disabled,
|
|
.el-button.is-disabled:hover,
|
|
.el-button.is-disabled:focus{
|
|
background-color: #02255F;
|
|
color: #13439E;
|
|
border-color: #02255F;
|
|
}
|
|
}
|
|
|
|
.crud-opts {
|
|
display: inline-block;
|
|
}
|
|
|
|
.iconfont::before {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.cell-lend {
|
|
display: inline-block;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
border-radius: 13px;
|
|
text-align: center;
|
|
}
|
|
|
|
.no-lend {
|
|
color: #F65163;
|
|
border: 1px solid #F65163;
|
|
}
|
|
|
|
.have-lend {
|
|
color: #fff;
|
|
background-color: #F65163;
|
|
}
|
|
|
|
.other-lend {
|
|
color: #F65163;
|
|
border: 1px solid #F65163;
|
|
position: relative;
|
|
|
|
&::after {
|
|
content: '';
|
|
display: block;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #F65163;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|
|
|
|
.has-return{
|
|
color: #1AAE93;
|
|
border: 1px solid #1AAE93;
|
|
}
|
|
|
|
.clear {
|
|
border-radius: 13px;
|
|
width: 80px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.no-clear .clear {
|
|
color: #FD8042;
|
|
border: 1px solid #FD8042;
|
|
}
|
|
|
|
.have-clear .clear {
|
|
color: #1AAE93;
|
|
border: 1px solid #1AAE93;
|
|
}
|
|
|
|
.fail-clear .clear {
|
|
color: #F65163;
|
|
border: 1px solid #F65163;
|
|
}
|
|
|
|
.other-clear .clear {
|
|
color: #0FBED9;
|
|
border: 1px solid #0FBED9;
|
|
}
|
|
.error-clear-bg .clear{
|
|
color: #fff;
|
|
background-color: #F65163;
|
|
}
|
|
.have-clear-bg .clear{
|
|
color: #fff;
|
|
background-color: #1AAE93;
|
|
}
|
|
.no-clear-bg .clear{
|
|
color: #fff;
|
|
background-color: #FD8042;
|
|
}
|
|
|
|
//3D库房
|
|
.iframe_box {
|
|
width: 100%;
|
|
height: calc(100vh - 285px);
|
|
}
|
|
|
|
.warehouse {
|
|
display: flex;
|
|
max-height: calc(100vh - 184px);
|
|
overflow: hidden;
|
|
|
|
.warehouse-left {
|
|
flex: 1;
|
|
}
|
|
|
|
.warehouse-right {
|
|
width: 458px;
|
|
max-height: calc(100vh - 192px);
|
|
}
|
|
}
|
|
|
|
.warehose-el-table ::v-deep .el-table__header-wrapper {
|
|
box-shadow: inset 0px 0px 6px 1px #339cff;
|
|
background: none !important;
|
|
}
|
|
|
|
::v-deep .warehose-el-table .el-table__header .el-table__cell {
|
|
padding: 0;
|
|
height: 30px;
|
|
background: transparent;
|
|
|
|
.cell {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
::v-deep .light-blue {
|
|
background-color: #011E4F !important;
|
|
}
|
|
|
|
.title-arrow {
|
|
position: relative;
|
|
display: inline-block;
|
|
// width: 460px;
|
|
|
|
&::before {
|
|
content: '';
|
|
width: 36px;
|
|
height: 12px;
|
|
position: absolute;
|
|
right: -60px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: url('~@/assets/images/warehouse_arrow_left.png') no-repeat;
|
|
}
|
|
|
|
&::after {
|
|
content: '';
|
|
width: 36px;
|
|
height: 12px;
|
|
position: absolute;
|
|
left: -60px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: url('~@/assets/images/warehouse_arrow_right.png') no-repeat;
|
|
}
|
|
}
|
|
|
|
.table-title {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.warehouse-svg {
|
|
margin: 0 10px 1px 0;
|
|
}
|
|
|
|
::v-deep .el-tag.el-tag--info {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
background-color: #13439E;
|
|
border: none;
|
|
color: #fff;
|
|
}
|
|
|
|
::v-deep .el-tag.el-tag--info .el-tag__close {
|
|
background-color: #fff;
|
|
}
|
|
|
|
//出入库
|
|
.dpflex {
|
|
display: flex;
|
|
}
|
|
|
|
.orange-btn {
|
|
background-color: #FD8042;
|
|
border: none;
|
|
|
|
&.el-button.is-disabled,
|
|
&.el-button.is-disabled:hover {
|
|
background-color: #7E4021;
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.green-btn {
|
|
|
|
background-color: #1AAE93;
|
|
border: none;
|
|
|
|
&.el-button.is-disabled,
|
|
&.el-button.is-disabled:hover {
|
|
background-color: #0D5649;
|
|
color: #666;
|
|
}
|
|
}
|