Karan Dewani 2023-01-16 05:25:19 +00:00
Родитель 1fa316c163
Коммит 6a40341f1e
4 изменённых файлов: 23 добавлений и 22 удалений

Просмотреть файл

@ -51,29 +51,27 @@ body {
}
.footer {
background: #eef3f8 0 0 no-repeat padding-box;
bottom: 0;
height: 39px;
opacity: 1;
position: absolute;
align-items: center;
background: #f7f8fa 0 0 no-repeat padding-box;
display: flex;
font: 400 16px/21px 'Segoe UI';
height: 42px;
justify-content: center;
width: 100%;
}
.footer-text {
font: Regular 16px/21px Segoe UI;
height: 21px;
letter-spacing: 0;
margin-top: 9px;
opacity: 1;
position: relative;
text-align: center;
width: 100%;
.footer * {
padding: 0 3px;
}
.footer-text > a {
color: #278ce2;
font: Regular 16px/21px Segoe UI;
letter-spacing: 0;
.footer-icon {
border-radius: 50%;
height: 22px;
vertical-align: middle;
}
.footer a {
color: #3a3a3a;
text-decoration: underline;
}

Просмотреть файл

@ -229,10 +229,13 @@ function DemoApp (): JSX.Element {
const footer =
<div className = "footer">
<div className = "footer-text">
GitHub: &nbsp;
<a href="https://github.com/microsoft/PowerBI-client-react">https://github.com/microsoft/PowerBI-client-react</a>
</div>
<p>This demo is powered by Power BI Embedded Analytics</p>
<label className = "separator-pipe">|</label>
<img title = "Power-BI" alt = "PowerBI_Icon" className = "footer-icon" src = "./assets/PowerBI_Icon.png" />
<p>Explore our<a href = "https://aka.ms/pbijs/" target = "_blank" rel = "noreferrer noopener">Playground</a></p>
<label className = "separator-pipe">|</label>
<img title = "GitHub" alt = "GitHub_Icon" className = "footer-icon" src = "./assets/GitHub_Icon.png" />
<p>Find the<a href = "https://github.com/microsoft/PowerBI-client-react" target = "_blank" rel = "noreferrer noopener">source code</a></p>
</div>;
return (

Двоичные данные
demo/assets/GitHub_Icon.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 7.1 KiB

Двоичные данные
demo/assets/PowerBI_Icon.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.0 KiB