// 组态配置 .configuration{ position: relative; height: 100%; } .total_system_search{ display: flex; align-items: center; :global{ .ant-form-item{ margin: 18px 10px; width: 24%; } } } // 新增页面弹出框 .new_page_modal{ :global{ .ant-modal-body{ padding: 1.67vw 3.91vw 0.52vw; } .ant-form-item-label{ width: 22%; display: flex; justify-content: flex-end; } } } @media (min-width: 768px){ .side_bar{ margin-right: 8.5px; } } @media (min-width: 1600px){ .side_bar{ margin-right: 13px; } } .config_content{ display: flex; flex-wrap: wrap; // justify-content: space-between; .config_content_item{ // width: 23%; border-radius: 8px; height: 100%; // margin: 0 1.35vw 0.83vw 0; :global{ .ant-card-body{ display: flex; flex-direction: column; justify-content: center; align-items: center; span{ color: #6a6a6a; &:nth-of-type(1){ padding-bottom: 0.83vw; font-size: 1.04vw; } &:nth-of-type(2){ // padding-bottom: 0.83vw; font-size: 0.83vw; } } } .ant-card-actions{ border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } } &:nth-of-type(4n){ margin-right: 0; } } .config_content_button{ display: flex; justify-content: center; align-items: center; height: 100%; border-radius: 8px; :global{ .ant-card-body{ display: flex; flex-direction: column; justify-content: center; align-items: center; } } img{ width: 4.11vw; height: 4.11vw; margin-bottom: 0.83vw; } } } // 页面编辑 .select_color{ border: 1px solid #b5b5b5; border-radius: 4px; padding: 6px 10px; height: 32px; width: 6.93vw; cursor: pointer; background-color: #fff; p{ width: 100%; height: 100%; } } // 添加变量 .add_var{ :global{ .ant-modal-body{ padding-top: 0; } .ant-tabs-tab{ padding: 12px 10px; } .ant-table-tbody > tr.ant-table-row{ background-color: #d7f4c6; } } header{ display: flex; align-items: center; padding: 14px 0; border-bottom: 1px solid #f0f0f0; ul{ display: flex; li{ display: flex; justify-content: center; align-items: center; padding-right: 1.35vw; button{ font-size: 12px; } } } } .search{ padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; margin-bottom: 8px; } .attr_select{ width: 100%; display: flex; align-items: center; padding: 14px 0; border-bottom: 1px solid #d5d5d5; margin-left: 0; &:nth-last-of-type(1){ border: none; } span:nth-of-type(2){ width: 12%; display: flex; justify-content: space-between; } } }