Merge remote-tracking branch 'origin/feature/v1.3_主agent_rxd' into test
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
.explore-page {
|
||||
position: relative;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
min-height: 100vh;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
@ -35,7 +35,7 @@
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.content {
|
||||
height: $navbar-height;
|
||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.explore-page {
|
||||
position: relative;
|
||||
padding-top: $navbar-height;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.cts {
|
||||
font-family: $font-family-regular;
|
||||
font-size: 14px;
|
||||
@ -18,7 +18,7 @@
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.content {
|
||||
height: $navbar-height;
|
||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
||||
@ -41,7 +41,7 @@
|
||||
.page-wrapper {
|
||||
min-height: calc(100vh - $navbar-height);
|
||||
.explore-container {
|
||||
width: 1200px;
|
||||
width: $layout-min-width;
|
||||
.explore-list-wrap {
|
||||
:deep(.overflow-text) {
|
||||
color: var(--Text-1, #211f24);
|
||||
|
||||
@ -35,7 +35,6 @@ export default {
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
(newValue) => {
|
||||
console.log(newValue);
|
||||
localSearchValue.value = newValue || '';
|
||||
},
|
||||
);
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
.explore-page {
|
||||
position: relative;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
min-height: 100vh;
|
||||
// background: #fff;
|
||||
display: flex;
|
||||
@ -35,7 +35,7 @@
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.content {
|
||||
height: $navbar-height;
|
||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.explore-page {
|
||||
position: relative;
|
||||
padding-top: $navbar-height;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.cts {
|
||||
font-family: $font-family-regular;
|
||||
font-size: 14px;
|
||||
@ -18,7 +18,7 @@
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
min-width: 1200px;
|
||||
min-width: $layout-min-width;
|
||||
.content {
|
||||
height: $navbar-height;
|
||||
// border-bottom: 1px solid var(--Border-1, #d7d7d9);
|
||||
@ -41,7 +41,7 @@
|
||||
.page-wrapper {
|
||||
min-height: calc(100vh - $navbar-height);
|
||||
.explore-container {
|
||||
width: 1200px;
|
||||
width: $layout-min-width;
|
||||
.explore-list-wrap {
|
||||
:deep(.overflow-text) {
|
||||
color: var(--Text-1, #211f24);
|
||||
|
||||
Reference in New Issue
Block a user