{{ $t('cmdb.menu.ad') }}
@@ -173,11 +179,20 @@
@@ -629,6 +661,45 @@ export default {
height: 100%;
padding-top: 24px;
+ &-header {
+ margin-bottom: 20px;
+ display: flex;
+ align-items: center;
+
+ &-search {
+ width: 300px;
+ margin-right: 14px;
+ }
+
+ &-auto {
+ background: linear-gradient(90deg, #16D9E3 0%, #30C7EC 47%, #46AEF7 100%);
+ height: 32px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 4px;
+ color: #FFFFFF;
+ cursor: pointer;
+ padding: 0 12px;
+ opacity: 0.5;
+ transition: opacity 0.2s;
+
+ span {
+ margin-left: 4px;
+ font-size: 14px;
+ font-weight: 600;
+ }
+
+ &_enable {
+ opacity: 1;
+ }
+
+ &:hover {
+ opacity: 1;
+ }
+ }
+ }
+
&-group-title {
width: 300px;
margin-bottom: 20px;
@@ -651,7 +722,7 @@ export default {
.cmdb-preference-type {
display: inline-block;
width: 195px;
- height: 155px;
+ height: 127px;
border-radius: @border-radius-box;
background-color: #fff;
box-shadow: ~'0px 2px 8px @{primary-color}15';