|
@@ -1,238 +1,135 @@
|
|
.form-container {
|
|
.form-container {
|
|
- position: relative;
|
|
|
|
- flex-direction: column;
|
|
|
|
- width: 100%;
|
|
|
|
|
|
+ position: relative;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.form-container.is-fullscreen {
|
|
.form-container.is-fullscreen {
|
|
- position: fixed !important;
|
|
|
|
- top: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- left: 0;
|
|
|
|
- z-index: 10001;
|
|
|
|
- background-color: #fff;
|
|
|
|
|
|
+ position: fixed !important;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ z-index: 10001;
|
|
|
|
+ background-color: #fff;
|
|
}
|
|
}
|
|
.form-container .el-input,
|
|
.form-container .el-input,
|
|
.form-container .el-input-number,
|
|
.form-container .el-input-number,
|
|
.form-container .el-select {
|
|
.form-container .el-select {
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.form-container .el-input-number .el-input__inner {
|
|
.form-container .el-input-number .el-input__inner {
|
|
- text-align: right;
|
|
|
|
|
|
+ text-align: right;
|
|
}
|
|
}
|
|
.form-container .form-title-container {
|
|
.form-container .form-title-container {
|
|
- height: 30px;
|
|
|
|
- padding: 5px;
|
|
|
|
- background-color: #527098;
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
+ padding: 5px;
|
|
|
|
+ background-color: #527098;
|
|
}
|
|
}
|
|
-.form-container .form-title-container .title-label{
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: #f1f1f1;
|
|
|
|
|
|
+.form-container .form-title-container .title-label {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #f1f1f1;
|
|
}
|
|
}
|
|
-.form-container .form-title-container > i{
|
|
|
|
- float: right;
|
|
|
|
- font-size: 18px;
|
|
|
|
- color: #F69600;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+.form-container .form-title-container > i {
|
|
|
|
+ float: right;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #f69600;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
-.form-container .form-title-container i:hover{
|
|
|
|
- color: rgb(252, 203, 124);
|
|
|
|
|
|
+.form-container .form-title-container i:hover {
|
|
|
|
+ color: rgb(252, 203, 124);
|
|
}
|
|
}
|
|
/**************************************** for-btns-container ****************************************/
|
|
/**************************************** for-btns-container ****************************************/
|
|
-.form-container .form-btns-container{
|
|
|
|
- position: relative;
|
|
|
|
- height: 40px;
|
|
|
|
- top: 0;
|
|
|
|
- right:0;
|
|
|
|
- left: 0;
|
|
|
|
- padding-top: 4px;
|
|
|
|
- padding-left: 4px;
|
|
|
|
- background-color: #E3E9F0;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- border-bottom: 1px solid #D6DEE9;
|
|
|
|
|
|
+.form-container .form-btns-container {
|
|
|
|
+ display: flex;
|
|
|
|
+ position: relative;
|
|
|
|
+ height: 40px;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ padding-left: 8px;
|
|
|
|
+ background-color: #e3e9f0;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ border-bottom: 1px solid #d6dee9;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
.form-container .form-btns-container > .title-label {
|
|
.form-container .form-btns-container > .title-label {
|
|
- font-size: 16px;
|
|
|
|
- margin-right: 16px;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
-.form-container .form-btns-container > .el-button+.el-button {
|
|
|
|
- margin-left: 2px;
|
|
|
|
|
|
+.form-container .form-btns-container > .title-label > span {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ margin: 0 16px 0 8px;
|
|
|
|
+}
|
|
|
|
+.form-container .form-btns-container > .el-button + .el-button {
|
|
|
|
+ margin-left: 2px;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
|
|
.form-container .form-btns-container > .screen-btn,
|
|
.form-container .form-btns-container > .screen-btn,
|
|
.form-container .form-btns-container > .close-btn {
|
|
.form-container .form-btns-container > .close-btn {
|
|
- position: absolute;
|
|
|
|
- font-size: 12px;
|
|
|
|
- top: 0px;
|
|
|
|
- right: 40px;
|
|
|
|
- cursor: pointer;
|
|
|
|
- width: 40px;
|
|
|
|
- height: 31px;
|
|
|
|
- text-align: center;
|
|
|
|
- line-height: 30px;
|
|
|
|
- /* border: 1px solid #527098; */
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ top: 0px;
|
|
|
|
+ right: 40px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ width: 40px;
|
|
|
|
+ height: 31px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ /* border: 1px solid #527098; */
|
|
}
|
|
}
|
|
.form-container .form-btns-container > .close-btn {
|
|
.form-container .form-btns-container > .close-btn {
|
|
- right: 0px;
|
|
|
|
- font-size: 16px;
|
|
|
|
- /* border: 1px solid #527098; */
|
|
|
|
|
|
+ right: 0px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ /* border: 1px solid #527098; */
|
|
}
|
|
}
|
|
.form-container .form-btns-container > .screen-btn:hover {
|
|
.form-container .form-btns-container > .screen-btn:hover {
|
|
- background-color: #9cb2cf;
|
|
|
|
|
|
+ background-color: #9cb2cf;
|
|
}
|
|
}
|
|
.form-container .form-btns-container > .close-btn:hover {
|
|
.form-container .form-btns-container > .close-btn:hover {
|
|
- background-color: #F56C6C;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ background-color: #f56c6c;
|
|
|
|
+ color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.form-container .form-btns-container > .screen-btn > span,
|
|
.form-container .form-btns-container > .screen-btn > span,
|
|
.form-container .form-btns-container > .close-btn > span {
|
|
.form-container .form-btns-container > .close-btn > span {
|
|
- margin-left: 4px;
|
|
|
|
|
|
+ margin-left: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
/****************************************************************************************************/
|
|
/****************************************************************************************************/
|
|
|
|
|
|
.form-container .master-container {
|
|
.form-container .master-container {
|
|
- padding: 16px 16px 0 16px;
|
|
|
|
|
|
+ padding: 16px 16px 0 16px;
|
|
}
|
|
}
|
|
.form-container .master-container .el-input--mini {
|
|
.form-container .master-container .el-input--mini {
|
|
- line-height: normal;
|
|
|
|
|
|
+ line-height: normal;
|
|
}
|
|
}
|
|
.form-container .master-container .el-form-item--mini.el-form-item {
|
|
.form-container .master-container .el-form-item--mini.el-form-item {
|
|
- margin-bottom: 16px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container {
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- position: relative;
|
|
|
|
- flex-grow: 1;
|
|
|
|
- overflow: hidden;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container > .el-row {
|
|
|
|
- position: relative;
|
|
|
|
- height: 100%;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container > .el-row > .el-col {
|
|
|
|
- position: relative;
|
|
|
|
- display: flex;
|
|
|
|
- height: 100%;
|
|
|
|
- flex-direction: column;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-head {
|
|
|
|
- padding: 2px 8px;
|
|
|
|
- height: 28px;
|
|
|
|
- background-color: #E3E9F0;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-head > div {
|
|
|
|
- float: left;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-head > div.title {
|
|
|
|
- padding-top: 4px;
|
|
|
|
- font-size: 12px;
|
|
|
|
- margin-right: 16px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .list-header-row > th,
|
|
|
|
-.form-container .details-container .el-table thead.is-group .list-header-row th{
|
|
|
|
- background: #F1F4F8 !important;
|
|
|
|
- border-color: #D6DEE9 !important;
|
|
|
|
- padding: 4px 0 !important;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body {
|
|
|
|
- position: relative;
|
|
|
|
- flex-grow: 1;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body > div {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- left: 0;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table{
|
|
|
|
- border: 1px solid #D6DEE9;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.form-container .details-container .details-body .el-table th.is-group,
|
|
|
|
-.form-container .details-container .details-body .el-table th.is-center,
|
|
|
|
-.form-container .details-container .details-body .el-table th.is-leaf{
|
|
|
|
- padding: 4px 0;
|
|
|
|
- border-color: #D6DEE9;
|
|
|
|
- color: #333;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table th > .cell {
|
|
|
|
- padding-right: 8px;
|
|
|
|
- padding-left: 8px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td {
|
|
|
|
- padding: 0;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell {
|
|
|
|
- padding-right: 1px;
|
|
|
|
- padding-left: 1px;
|
|
|
|
- height: 30px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div {
|
|
|
|
- position: relative;
|
|
|
|
- padding-top: 1px;
|
|
|
|
- line-height: 29px;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div > .required {
|
|
|
|
- position: absolute;
|
|
|
|
- color: #a00;
|
|
|
|
- top: 2px;
|
|
|
|
- right: 2px;
|
|
|
|
- line-height: 14px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div .el-input--mini {
|
|
|
|
- line-height: 27px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div > .el-input > .el-input__inner {
|
|
|
|
- padding: 0 2px;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div > .el-input-number .el-input__inner,
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div > .el-select .el-input__inner {
|
|
|
|
- padding-left: 2px;
|
|
|
|
- padding-right: 30px;
|
|
|
|
-}
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell > div > .el-select.txtC .el-input__inner {
|
|
|
|
- text-align: center;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.form-container .details-container .details-body .el-table td > .cell .el-button--mini.is-circle{
|
|
|
|
- padding: 5px;
|
|
|
|
|
|
+ margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
.form-container .dialog-foot {
|
|
.form-container .dialog-foot {
|
|
- margin: 0 8px;
|
|
|
|
- height: 32px;
|
|
|
|
- line-height: 32px;
|
|
|
|
- font-size: 12px;
|
|
|
|
|
|
+ margin: 0 8px;
|
|
|
|
+ height: 32px;
|
|
|
|
+ line-height: 32px;
|
|
|
|
+ font-size: 12px;
|
|
}
|
|
}
|
|
|
|
|
|
-.form-container .dialog-foot > span+span {
|
|
|
|
- margin-left: 16px;
|
|
|
|
|
|
+.form-container .dialog-foot > span + span {
|
|
|
|
+ margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
/** el-input-number 样式 */
|
|
/** el-input-number 样式 */
|
|
.form-container .el-input-number .el-input__inner {
|
|
.form-container .el-input-number .el-input__inner {
|
|
- text-align: left;
|
|
|
|
|
|
+ text-align: left;
|
|
}
|
|
}
|
|
|
|
|
|
.form-container .el-input-number.is-controls-right .el-input__wrapper {
|
|
.form-container .el-input-number.is-controls-right .el-input__wrapper {
|
|
- padding-right: 42px;
|
|
|
|
- padding-left: 8px;
|
|
|
|
|
|
+ padding-right: 42px;
|
|
|
|
+ padding-left: 8px;
|
|
}
|
|
}
|
|
|
|
|
|
-.form-container .addNum {
|
|
|
|
- margin-left:2px;margin-right:2px;width: 60px;
|
|
|
|
|
|
+.form-container .form-details-btns-container {
|
|
|
|
+ margin: 0 8px;
|
|
}
|
|
}
|
|
-
|
|
|
|
-.addUnit{
|
|
|
|
- display: inline-block; padding-top: 5px; padding-right: 10px; padding-left: 2px; font-size: 12px;
|
|
|
|
-}
|
|
|