123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- .B2Scene {
- :global {
- .B2top {
- border-radius: 10px;
- background-color: #fff;
- padding: 15px 24px;
- // 级联选择器的 placeholder
- .ant-select-selection-placeholder {
- color: black;
- }
- & > div {
- display: flex;
- .B2topRow {
- margin-right: 20px;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- .B2top2 {
- margin-top: 15px;
- justify-content: space-between;
- & > div {
- display: flex;
- }
- }
- }
- .tableMain {
- border-radius: 10px;
- margin-top: 15px;
- height: calc(100% - 127px);
- background-color: #fff;
- .ant-table-body {
- height: 578px;
- overflow-y: auto !important;
- overflow-y: overlay !important;
- .B2audit {
- cursor: pointer;
- color: #1677ff;
- }
- .B2auditNo {
- pointer-events: none;
- color: #999;
- }
- .anticon-question-circle {
- color: #1677ff;
- }
- .ant-table-cell {
- padding: 8px !important;
- }
- }
- // 下载json
- .B2TabA {
- color: var(--themeColor);
- }
- .B2TabANo {
- color: #ccc;
- cursor: not-allowed;
- }
- }
- // 已删除的场景码=》回收站
- .delListBox {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- width: 100%;
- height: 100%;
- padding: 50px;
- background-color: rgba(0, 0, 0, 0.6);
- border-radius: 10px;
- }
- }
- }
- // -----------审核
- .AuditMo {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- }
- .B2Amain {
- .B2Arow {
- margin-top: 30px;
- display: flex;
- .B2Arow1 {
- width: 100px;
- text-align: right;
- & > span {
- font-size: 14px;
- color: #ff4d4f;
- }
- }
- .B2Arow2 {
- width: calc(100% - 100px);
- }
- &:nth-of-type(1) {
- .B2Arow1 {
- position: relative;
- top: 3px;
- }
- }
- }
- .B2Abtn {
- margin-top: 20px;
- text-align: center;
- }
- }
- }
- }
- // ----------查看重复场景
- .LookReDo {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- .B2Mtitle {
- display: flex;
- justify-content: space-between;
- }
- .B2Mmain {
- border-top: 1px solid #ccc;
- padding-top: 15px;
- .B1MTable {
- margin-top: 10px;
- .ant-table-cell {
- text-align: center !important;
- }
- }
- .B2Mbtn {
- margin-top: 20px;
- text-align: center;
- position: relative;
- .tableNumBox {
- position: absolute;
- right: 0px;
- bottom: 5px;
- & > span {
- color: var(--themeColor);
- }
- }
- }
- }
- }
- }
- }
- // ----------修改机房编码
- .EditNum {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- .B2Emain {
- border-top: 1px solid #ccc;
- padding-top: 15px;
- .B2Ebox1 {
- margin-bottom: 15px;
- display: flex;
- align-items: center;
- & > div {
- &:nth-of-type(1) {
- width: 100px;
- text-align: right;
- }
- &:nth-of-type(2) {
- width: calc(100% - 150px);
- }
- }
- }
- .B2Ebox1Err {
- & > div {
- &:nth-of-type(1) {
- opacity: 0;
- }
- &:nth-of-type(2) {
- color: #ff4d4f;
- }
- }
- }
- .B2Ebtn {
- margin-top: 20px;
- text-align: center;
- position: relative;
- }
- }
- }
- }
- }
- // 场景码匹配
- .MateNum {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- .B2mMain {
- border-top: 1px solid #ccc;
- padding-top: 15px;
- textarea {
- height: 400px !important;
- }
- .B2mBtn {
- display: flex;
- justify-content: space-between;
- }
- }
- }
- }
- }
|