| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .register-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | /* æ¯ä¸è¡ä¸º flex è¡ï¼èªå¸¦ä¸è¾¹æ¡ä¿è¯ç½æ ¼è¿ç»æ§ */ |
| | |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .register-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .register-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | /* åå
æ ¼ï¼é»è®¤ä¸åä¹ä¸åï¼ç»å³ãä¸ä¸¤æ¡è¾¹ */ |
| | |
| | | |
| | | /* æ 颿 ¼ï¼ç°åºãå±
ä¸ãå ç²ï¼å³è¾¹ä¸æ¡åé线 */ |
| | | .register-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | /* å¿
填项æå·çº¢è² */ |
| | | .register-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .register-form >>> .el-form-item__content .el-input, |
| | | .register-form >>> .el-form-item__content .el-select, |
| | | .register-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .register-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .register-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | |
| | | /* æ ¡éªåºéæ¶æ 颿 ¼ä¸å红ï¼ä»
å
å®¹åºæåæç¤ºå³å¯ */ |
| | | .register-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label { |
| | | background: #ecf5ff; |
| | |
| | | gap: 20px; |
| | | min-height: 0; |
| | | /* éè¦ï¼å
许flexå项å缩 */ |
| | | max-width: 1600px; |
| | | /* è¶
宽å±ä¸éï¼é¿å
æè¿°å表æ¯åè¿å®½ãå
容ç¨çï¼å³ä¾§çåºééç©ºç½ */ |
| | | } |
| | | |
| | | .basic-info-section { |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | } |
| | | |
| | | .paper-form { |
| | | border-top: 1px solid #d0d3db; |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #f3f5f9; |
| | | background: #ecf5ff; |
| | | border-right: 1px solid #d0d3db; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | min-height: 42px; |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | </style> |
| | |
| | | .paper-form { |
| | | border-left: 1px solid #d0d3db; |
| | | background: #fff; |
| | | /* è¶
宽å±éå¶è¡¨åæå¤§å®½åº¦ï¼å³ä¾§çç½ï¼é¿å
åæ®µåå¸è¿å¼ */ |
| | | max-width: 1400px; |
| | | } |
| | | |
| | | .paper-form >>> .form-row { |
| | | display: flex; |
| | | width: 100%; |
| | | border-top: 1px solid #d0d3db; |
| | | /* ä¸ç§»1pxä¸ä¸ä¸è¡çborder-bottoméå ï¼ä¸¤è¡ä¹é´åªæ¾ç¤ºä¸æ¡1pxç»çº¿ */ |
| | | margin-top: -1px; |
| | | } |
| | | .paper-form >>> .form-row:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | /* è¡å°¾ç©ºç½å¡«å
ï¼ä¸æ»¡æ´è¡çå³ä¾§èªå¨è¡¥ä¸ä¸ªç©ºç½æ ¼åï¼ç½æ ¼ä¿æéåï¼å³ä¾§éå½çç½ï¼ */ |
| | | .paper-form >>> .form-row::after { |
| | | content: ""; |
| | | flex: 1 1 0; |
| | | min-height: 42px; |
| | | background: linear-gradient(to left, #d0d3db 1px, transparent 1px), |
| | | linear-gradient(to top, #d0d3db 1px, transparent 1px); |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .paper-form >>> .el-form-item { |
| | |
| | | .paper-form >>> .col-full { flex: 0 0 100%; } |
| | | |
| | | .paper-form >>> .el-form-item__label { |
| | | flex: 0 0 120px; |
| | | width: 120px !important; |
| | | flex: 0 0 150px; |
| | | width: 150px !important; |
| | | float: none; |
| | | padding: 0 8px !important; |
| | | background: #ecf5ff; |
| | |
| | | font-weight: 600; |
| | | color: #2c3038; |
| | | line-height: 1.3; |
| | | white-space: normal; |
| | | word-break: break-all; |
| | | white-space: nowrap; |
| | | } |
| | | .paper-form >>> .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before { |
| | | color: #f56c6c; |
| | |
| | | line-height: 1.4; |
| | | } |
| | | |
| | | /* æ§ä»¶å®½åº¦éä¸ï¼ä¸éºæ»¡æ´æ ¼ï¼å
å®¹çæ¶è¾å
¥æ¡ä¸åæå¾å¾é¿ï¼ */ |
| | | .paper-form >>> .el-form-item__content .el-input, |
| | | .paper-form >>> .el-form-item__content .el-select, |
| | | .paper-form >>> .el-form-item__content .el-cascader { |
| | | width: 220px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-date-editor { |
| | | width: 240px; |
| | | max-width: 100%; |
| | | } |
| | | .paper-form >>> .el-form-item__content .el-range-editor { |
| | | width: 360px; |
| | | max-width: 100%; |
| | | } |
| | | |
| | | /* ===== TransportEdit ç¹æ®éé
ï¼è¡¨åå
æå¤ä¸ªååº el-cardï¼æ¯ä¸ªååºåèªç¬ç«æå®æ´ç½æ ¼ ===== */ |
| | | .paper-form { |
| | | border: none; |