|
@@ -29,6 +29,10 @@
|
|
.bg-white {
|
|
.bg-white {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
+ .selector-content.fix-group-width {
|
|
|
|
+ padding-right: 12px;
|
|
|
|
+ flex: unset;
|
|
|
|
+ }
|
|
.diy-for-register-group.money-select-group .selector-content {
|
|
.diy-for-register-group.money-select-group .selector-content {
|
|
flex: unset;
|
|
flex: unset;
|
|
}
|
|
}
|
|
@@ -141,6 +145,10 @@
|
|
.search-tab-right{
|
|
.search-tab-right{
|
|
float: right;
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
+ #guide-go-workspace {
|
|
|
|
+ height: 28px;
|
|
|
|
+ align-self: center;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -236,6 +244,7 @@
|
|
<div class="selector-card-content">
|
|
<div class="selector-card-content">
|
|
<select-list-component
|
|
<select-list-component
|
|
ref="searchType"
|
|
ref="searchType"
|
|
|
|
+ :class="!goTemplateData.inIframe ? 'fix-group-width' : ''"
|
|
:list="searchTypeListComputed"
|
|
:list="searchTypeListComputed"
|
|
select-button-type="checkbox"
|
|
select-button-type="checkbox"
|
|
:show-all-button="false"
|
|
:show-all-button="false"
|