|
|
@@ -26,72 +26,72 @@ a {
|
|
|
// .center-content();
|
|
|
}
|
|
|
|
|
|
-.el-dialog {
|
|
|
- box-shadow: 0px -1px 0px 0px #f2f3f5 !important;
|
|
|
- border-radius: 8px !important;
|
|
|
-
|
|
|
- .btns {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: flex-end;
|
|
|
- .el-button {
|
|
|
- min-width: 100px;
|
|
|
- border-radius: 8px;
|
|
|
- line-height: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.el-dialog {
|
|
|
- max-height: 70vh;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- .el-dialog__header {
|
|
|
- flex-shrink: 0;
|
|
|
- }
|
|
|
- .el-dialog__body {
|
|
|
- padding: 30px 0 40px;
|
|
|
- flex-grow: 1;
|
|
|
- overflow: auto;
|
|
|
- }
|
|
|
- .el-form-item {
|
|
|
- width: 50%;
|
|
|
- box-sizing: border-box;
|
|
|
- padding-right: 16px;
|
|
|
- margin-right: 0px !important;
|
|
|
- margin-bottom: 20px;
|
|
|
- display: inline-flex !important;
|
|
|
- .el-form-item__content {
|
|
|
- flex-grow: 1;
|
|
|
- }
|
|
|
- &.block {
|
|
|
- width: calc(100% - 14px);
|
|
|
- .el-input {
|
|
|
- width: 400px;
|
|
|
- }
|
|
|
- .el-textarea {
|
|
|
- width: 400px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-input {
|
|
|
- width: 200px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input-number--small {
|
|
|
- text-align: left;
|
|
|
- width: 200px;
|
|
|
-
|
|
|
- input {
|
|
|
- text-align: left;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+// .el-dialog {
|
|
|
+// box-shadow: 0px -1px 0px 0px #f2f3f5 !important;
|
|
|
+// border-radius: 8px !important;
|
|
|
+
|
|
|
+// .btns {
|
|
|
+// display: flex;
|
|
|
+// align-items: center;
|
|
|
+// justify-content: flex-end;
|
|
|
+// .el-button {
|
|
|
+// min-width: 100px;
|
|
|
+// border-radius: 8px;
|
|
|
+// line-height: 16px;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
- .btns {
|
|
|
- padding: 50px 90px 0;
|
|
|
- }
|
|
|
-}
|
|
|
+// .el-dialog {
|
|
|
+// max-height: 70vh;
|
|
|
+// display: flex;
|
|
|
+// flex-direction: column;
|
|
|
+// .el-dialog__header {
|
|
|
+// flex-shrink: 0;
|
|
|
+// }
|
|
|
+// .el-dialog__body {
|
|
|
+// padding: 30px 0 40px;
|
|
|
+// flex-grow: 1;
|
|
|
+// overflow: auto;
|
|
|
+// }
|
|
|
+// .el-form-item {
|
|
|
+// width: 50%;
|
|
|
+// box-sizing: border-box;
|
|
|
+// padding-right: 16px;
|
|
|
+// margin-right: 0px !important;
|
|
|
+// margin-bottom: 20px;
|
|
|
+// display: inline-flex !important;
|
|
|
+// .el-form-item__content {
|
|
|
+// flex-grow: 1;
|
|
|
+// }
|
|
|
+// &.block {
|
|
|
+// width: calc(100% - 14px);
|
|
|
+// .el-input {
|
|
|
+// width: 400px;
|
|
|
+// }
|
|
|
+// .el-textarea {
|
|
|
+// width: 400px;
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// .el-input {
|
|
|
+// width: 200px;
|
|
|
+// }
|
|
|
+
|
|
|
+// .el-input-number--small {
|
|
|
+// text-align: left;
|
|
|
+// width: 200px;
|
|
|
+
|
|
|
+// input {
|
|
|
+// text-align: left;
|
|
|
+// }
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// .btns {
|
|
|
+// padding: 50px 90px 0;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
.iconfont {
|
|
|
font-size: 24px;
|