explore-logo居中

This commit is contained in:
FutureMeng 2025-02-14 15:34:26 +08:00
parent 99d192430e
commit 623c3740c0
2 changed files with 4 additions and 4 deletions

View File

@ -105,8 +105,8 @@ services:
superset-websocket: superset-websocket:
container_name: superset_websocket container_name: superset_websocket
build: ./superset-websocket build: ./superset-websocket
# ports: ports:
# - 8080:8080 - 8080:8080
extra_hosts: extra_hosts:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
depends_on: depends_on:
@ -178,7 +178,7 @@ services:
# configuring the dev-server to use the host.docker.internal to connect to the backend # configuring the dev-server to use the host.docker.internal to connect to the backend
superset: "http://host.docker.internal:8088" superset: "http://host.docker.internal:8088"
ports: ports:
- "127.0.0.1:9000:9000" # exposing the dynamic webpack dev server - "127.0.0.1:9090:9000" # exposing the dynamic webpack dev server
container_name: superset_node container_name: superset_node
command: ["/app/docker/docker-frontend.sh"] command: ["/app/docker/docker-frontend.sh"]
env_file: env_file:

View File

@ -54,7 +54,7 @@ const StyledHeader = styled.header`
} }
.navbar-brand-explore-container { .navbar-brand-explore-container {
display: flex; display: flex;
flex-direction: column; align-items: center;
justify-content: center; justify-content: center;
} }
.navbar-brand-explore { .navbar-brand-explore {