¶Ô±ÈÐÂÎļþ |
| | |
| | | .pipeAccessoryAssemblyContent { |
| | | width: 100%; |
| | | height: 100%; |
| | | // height: 100% !important; |
| | | // overflow-y: auto !important; /* å
容è¶
åºæ¶æ¾ç¤ºæ»å¨æ¡ */ |
| | | // padding-bottom: 20px; /* é¿å
å
容被åºé¨é®æ¡ */ |
| | | |
| | | .pipeAccessoryAssemblyList { |
| | | width: 100%; |
| | | height: calc(100% - 70px); |
| | | } |
| | | .headerContent { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | height: 43px; |
| | | } |
| | | .header { |
| | | margin-bottom: 12px; |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | align-items: center; |
| | | } |
| | | |
| | | .h5Form { |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 20px; // 表å项ä¹é´çé´è· |
| | | |
| | | .el-form-item { |
| | | margin-bottom: 0; // ç§»é¤é»è®¤çåºé¨è¾¹è· |
| | | width: 100% !important; // å æ»¡ç¶å®¹å¨å®½åº¦ |
| | | } |
| | | |
| | | .el-form-item__label { |
| | | display: block; |
| | | text-align: left; |
| | | margin-bottom: 8px; |
| | | font-weight: 500; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .tagBox { |
| | | width: auto; |
| | | min-width: 80px; |
| | | height: 24px; |
| | | background: #ffffff; |
| | | border-radius: 19px 19px 19px 19px; |
| | | opacity: 1; |
| | | border: 1px dashed #bcc4cc; |
| | | width: 50px; |
| | | height: 20px; |
| | | font-size: 14px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 400; |
| | | color: #5a84ff; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | // cursor: pointer; |
| | | } |
| | | |
| | | .group { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .groupTable { |
| | | width: 100%; |
| | | } |
| | | |
| | | .overBox { |
| | | width: 100%; |
| | | height: calc(100% - 20px); |
| | | overflow: auto; |
| | | :global(.cs-collapse-item__header) { |
| | | background-color: #f1f1f1; |
| | | padding: 0 20px; |
| | | height: 35px; |
| | | font-size: 16px; |
| | | font-family: PingFang SC, PingFang SC; |
| | | font-weight: 500; |
| | | } |
| | | :global(.cs-collapse-item__content) { |
| | | padding-bottom: 0px; |
| | | } |
| | | } |
| | | .groupHeader { |
| | | width: 100%; |
| | | height: 30px; |
| | | background: #ccc; |
| | | } |
| | | |
| | | .hideBlock { |
| | | display: none; |
| | | } |
| | | .queryForm { |
| | | padding: 10px; |
| | | background: #f5f7fa; |
| | | margin-bottom: 0px; |
| | | border-radius: 4px; |
| | | |
| | | .el-form-item { |
| | | margin-right: 20px; |
| | | margin-bottom: 0; |
| | | |
| | | // ç»ä¸è¾å
¥æ¡åéæ©æ¡ç宽度 |
| | | .el-input, .el-select { |
| | | width: 200px; // 设置ç»ä¸ç宽度 |
| | | } |
| | | |
| | | // éæ©æ¡å
é¨è¾å
¥æ¡æ ·å¼ |
| | | .el-select .el-input__wrapper { |
| | | height: 32px; // ä¸è¾å
¥æ¡é«åº¦ä¸è´ |
| | | padding: 1px 11px; // ä¸è¾å
¥æ¡å
è¾¹è·ä¸è´ |
| | | } |
| | | |
| | | // æ¥æéæ©å¨å®½åº¦ |
| | | .el-date-editor { |
| | | width: 220px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 妿éè¦æ´ç²¾ç¡®çæ§å¶ï¼å¯ä»¥åç¬è®¾ç½® |
| | | .formItem { |
| | | width: 200px; |
| | | |
| | | &.el-input, &.el-select { |
| | | width: 100%; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | .newPageContent { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | gap: 20px; |
| | | padding: 20px; |
| | | background-color: white; |
| | | |
| | | .info-block { |
| | | background-color: #f9f9f9; |
| | | border: 1px solid #eaeaea; |
| | | border-radius: 5px; |
| | | padding: 20px; |
| | | width: calc(33.33% - 20px); |
| | | |
| | | .block-title { |
| | | font-size: 20px; |
| | | font-weight: bold; |
| | | margin-bottom: 15px; |
| | | } |
| | | |
| | | .info-tags { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | gap: 10px; |
| | | |
| | | .info-tag { |
| | | display: flex; |
| | | align-items: center; |
| | | gap: 5px; |
| | | |
| | | .tag-label { |
| | | font-weight: bold; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .action-buttons { |
| | | display: flex; |
| | | gap: 10px; |
| | | margin-top: 20px; |
| | | } |
| | | |
| | | .equipment-image { |
| | | width: 100%; |
| | | height: auto; |
| | | margin-top: 20px; |
| | | } |
| | | |
| | | .status-normal { |
| | | color: green; |
| | | } |
| | | } |
| | | |
| | | .process-table { |
| | | width: 100%; |
| | | margin-top: 20px; |
| | | |
| | | .el-table { |
| | | border: 1px solid #eaeaea; |
| | | border-radius: 5px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | .modelRrow { |
| | | display: flex; /* å¼¹æ§å¸å± */ |
| | | gap: 20px; /* æ§ä»¶é´è· */ |
| | | align-items: center; /* åç´å±
ä¸ */ |
| | | margin-bottom: 12px; /* åºé¨é´è· */ |
| | | width: 100%; |
| | | |
| | | .el-form-item { |
| | | flex: 1 !important; /* ååç©ºé´ */ |
| | | margin-bottom: 0; |
| | | max-width: none; // ç§»é¤æå¤§å®½åº¦éå¶ |
| | | } |
| | | |
| | | .el-select { |
| | | width: 100%; // ç¡®ä¿Selectå æ»¡ç¶å®¹å¨å®½åº¦ |
| | | |
| | | // ç§»é¤å¯è½å½±å宽度çå
鍿 ·å¼ |
| | | .el-input__wrapper { |
| | | width: 100%; |
| | | } |
| | | } |
| | | |
| | | // ååºå¼è®¾è®¡ |
| | | @media (max-width: 1200px) { |
| | | .model-row { |
| | | flex-wrap: wrap; |
| | | |
| | | .el-form-item { |
| | | flex: 1 0 calc(50% - 10px); // å¨ä¸çå±å¹ä¸æ¯è¡æ¾ç¤º2个 |
| | | margin-bottom: 10px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | @media (max-width: 768px) { |
| | | .model-row { |
| | | flex-direction: column; |
| | | |
| | | .el-form-item { |
| | | width: 100%; // å¨å°å±å¹ä¸æ¯è¡æ¾ç¤º1个 |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .action-buttons { |
| | | display: flex; |
| | | gap: 10px; |
| | | margin-top: 20px; |
| | | } |
| | | |