设备登记列表
This commit is contained in:
@@ -69,7 +69,27 @@ body,
|
||||
background: #fff;
|
||||
margin: var(--ba-main-space) var(--ba-main-space) 0px var(--ba-main-space);
|
||||
}
|
||||
.form-style {
|
||||
|
||||
.form-one {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
.el-form-item {
|
||||
display: flex;
|
||||
width: 98%;
|
||||
margin-bottom: 15px !important;
|
||||
.el-form-item__content {
|
||||
flex: 1;
|
||||
.el-select,
|
||||
.el-cascader,
|
||||
.el-input__inner,
|
||||
.el-date-editor {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.form-two {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
@@ -78,19 +98,40 @@ body,
|
||||
width: 48%;
|
||||
.el-form-item__content {
|
||||
flex: 1;
|
||||
.el-select {
|
||||
width: 100%;
|
||||
}
|
||||
.el-input__inner {
|
||||
width: 100%;
|
||||
}
|
||||
.el-select,
|
||||
.el-cascader,
|
||||
.el-input__inner,
|
||||
.el-date-editor {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//修改上传文件filelist位置
|
||||
.uploadFile {
|
||||
.el-form-item__content {
|
||||
line-height: 20px !important;
|
||||
div {
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.el-upload-list__item-name {
|
||||
width: 150px !important;
|
||||
}
|
||||
.el-upload-list--text {
|
||||
margin: 0px 20px 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-tree{
|
||||
.el-tree-node__children{
|
||||
display: block !important;
|
||||
overflow: auto;
|
||||
}
|
||||
.el-tree-node .is-hidden .is-focusable{
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
.zoom-handle {
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
@@ -157,53 +198,53 @@ body,
|
||||
|
||||
/* 表格-e */
|
||||
|
||||
/* 新增/编辑表单-s */
|
||||
.cn-operate-dialog {
|
||||
overflow: hidden;
|
||||
border-radius: var(--el-border-radius-base);
|
||||
}
|
||||
// /* 新增/编辑表单-s */
|
||||
// .cn-operate-dialog {
|
||||
// overflow: hidden;
|
||||
// border-radius: var(--el-border-radius-base);
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-dialog__header {
|
||||
padding-bottom: 16px;
|
||||
border-bottom: 1px solid var(--ba-bg-color);
|
||||
}
|
||||
// .cn-operate-dialog .el-dialog__header {
|
||||
// padding-bottom: 16px;
|
||||
// border-bottom: 1px solid var(--ba-bg-color);
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-dialog__body {
|
||||
height: 60vh;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 52px;
|
||||
}
|
||||
// .cn-operate-dialog .el-dialog__body {
|
||||
// max-height: 60vh;
|
||||
// padding-top: 20px;
|
||||
// padding-bottom: 52px;
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-dialog__body .el-scrollbar {
|
||||
// padding-right: 60px;
|
||||
}
|
||||
// .cn-operate-dialog .el-dialog__body .el-scrollbar {
|
||||
// // padding-right: 60px;
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-dialog__footer {
|
||||
padding: 10px var(--el-dialog-padding-primary);
|
||||
box-shadow: var(--el-box-shadow);
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
// .cn-operate-dialog .el-dialog__footer {
|
||||
// padding: 15px;
|
||||
// box-shadow: var(--el-box-shadow);
|
||||
// position: absolute;
|
||||
// width: 100%;
|
||||
// bottom: 0;
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-form {
|
||||
width: calc(100% - 60px);
|
||||
}
|
||||
// .cn-operate-dialog .el-form {
|
||||
// width: calc(100% - 60px);
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-form--inline {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
||||
grid-gap: 20px 10px;
|
||||
// .cn-operate-dialog .el-form--inline {
|
||||
// display: grid;
|
||||
// grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
||||
// grid-gap: 20px 10px;
|
||||
|
||||
.el-form-item {
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
// .el-form-item {
|
||||
// margin-right: 0;
|
||||
// margin-bottom: 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
.cn-operate-dialog .el-form--inline .el-select {
|
||||
width: 100%;
|
||||
}
|
||||
// .cn-operate-dialog .el-form--inline .el-select {
|
||||
// width: 100%;
|
||||
// }
|
||||
|
||||
.ba-operate-form {
|
||||
padding-top: 20px;
|
||||
@@ -351,21 +392,31 @@ body,
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
}
|
||||
.bjs-powered-by {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "AlimamaFangYuanTiVF";
|
||||
font-family: 'AlimamaFangYuanTiVF';
|
||||
src: url('../assets/font/ali/AlimamaFangYuanTiVF-Thin.woff') format('woff'),
|
||||
url("../assets/font/ali/AlimamaFangYuanTiVF-Thin.woff2") format('woff2');
|
||||
url('../assets/font/ali/AlimamaFangYuanTiVF-Thin.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
//阿里变形字体
|
||||
@font-face {
|
||||
font-family: 'nablaRegular';
|
||||
src: url('../assets/font/ali/Nabla_Regular.woff') format('woff'),
|
||||
url('../assets/font/ali/Nabla_Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "AlimamaDongFangDaKai";
|
||||
font-family: 'AlimamaDongFangDaKai';
|
||||
src: url('../assets/font/ali/AlimamaDongFangDaKai-Regular.woff') format('woff'),
|
||||
url("../assets/font/ali/AlimamaDongFangDaKai-Regular.woff2") format('woff2');
|
||||
url('../assets/font/ali/AlimamaDongFangDaKai-Regular.woff2') format('woff2');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@@ -29,16 +29,38 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-dialog {
|
||||
padding: 0px !important;
|
||||
|
||||
.el-dialog__footer {
|
||||
padding: 15px;
|
||||
box-shadow: var(--el-box-shadow);
|
||||
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
.el-dialog__body {
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
.el-dialog__header {
|
||||
background: var(--el-color-primary);
|
||||
margin-right: 0;
|
||||
padding: 15px;
|
||||
margin-right: 0px;
|
||||
|
||||
.el-dialog__headerbtn {
|
||||
top: 5px;
|
||||
.el-icon {
|
||||
color: var(--el-color-white);
|
||||
}
|
||||
}
|
||||
.el-dialog__headerbtn:hover {
|
||||
.el-icon {
|
||||
color: #409eff;
|
||||
}
|
||||
}
|
||||
|
||||
.el-dialog__title {
|
||||
color: var(--el-color-white);
|
||||
@@ -61,10 +83,6 @@
|
||||
padding: 5px 11px;
|
||||
}
|
||||
|
||||
.el-dialog__body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/* dialog滚动条-s */
|
||||
.el-overlay-dialog,
|
||||
.el-tabs__content,
|
||||
@@ -131,7 +149,7 @@
|
||||
}
|
||||
|
||||
.el-select {
|
||||
min-width: 220px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.el-tabs__content {
|
||||
@@ -143,8 +161,8 @@
|
||||
|
||||
.el-button--primary:focus {
|
||||
color: var(--el-color-white);
|
||||
border-color: var(--el-color-primary);
|
||||
background-color: var(--el-color-primary);
|
||||
// border-color: var(--el-color-primary);
|
||||
// background-color: var(--el-color-primary);
|
||||
outline: 0;
|
||||
}
|
||||
.el-button--primary:hover {
|
||||
@@ -173,3 +191,24 @@
|
||||
color: var(--el-color-primary-light-5);
|
||||
background-color: var(--el-color-primary-light-9) !important;
|
||||
}
|
||||
|
||||
.el-divider--horizontal {
|
||||
margin: 15px 0;
|
||||
}
|
||||
.el-step__title {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,
|
||||
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
||||
background-color: var(--el-color-primary);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.sgmap-ctrl-bottom-left {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.el-drawer__header {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user