forked from github/dataease
Merge pull request #7697 from dataease/pr@dev-v2@style_log_inlet
style: 日志功能入口样式
This commit is contained in:
commit
d96cf1d4ff
6
core/core-frontend/src/assets/svg/toolbox-log.svg
Normal file
6
core/core-frontend/src/assets/svg/toolbox-log.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4 2.5C4 1.94772 4.44772 1.5 5 1.5H14.8608C14.9949 1.5 15.1234 1.55387 15.2174 1.64951L19.8566 6.36941C19.9485 6.46292 20 6.58879 20 6.7199V21.5C20 22.0523 19.5523 22.5 19 22.5H5C4.44772 22.5 4 22.0523 4 21.5V2.5Z" fill="#3370FF"/>
|
||||
<path d="M15 1.51978C15.0817 1.54345 15.1567 1.58778 15.2174 1.64952L19.8566 6.36942C19.8946 6.40806 19.9256 6.45223 19.949 6.50001H16.1351C15.5082 6.50001 15 5.99179 15 5.36488V1.51978Z" fill="#2B5FD9"/>
|
||||
<path d="M8.05554 9.27271C7.7794 9.27271 7.55554 9.49656 7.55554 9.77271V10.5909C7.55554 10.867 7.7794 11.0909 8.05554 11.0909H15.9444C16.2206 11.0909 16.4444 10.867 16.4444 10.5909V9.77271C16.4444 9.49656 16.2206 9.27271 15.9444 9.27271H8.05554Z" fill="white"/>
|
||||
<path d="M8.05554 13.8182C7.7794 13.8182 7.55554 14.042 7.55554 14.3182V15.1363C7.55554 15.4125 7.7794 15.6363 8.05554 15.6363H11.5C11.7761 15.6363 12 15.4125 12 15.1363V14.3182C12 14.042 11.7761 13.8182 11.5 13.8182H8.05554Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.0 KiB |
@ -43,8 +43,8 @@ onMounted(() => {
|
||||
:show-arrow="false"
|
||||
popper-class="toolbox-top-popover"
|
||||
placement="bottom-end"
|
||||
width="112"
|
||||
trigger="hover"
|
||||
width="208"
|
||||
trigger="click"
|
||||
>
|
||||
<top-doc-card
|
||||
:span="12"
|
||||
@ -66,10 +66,11 @@ onMounted(() => {
|
||||
<style lang="less">
|
||||
.toolbox-top-popover {
|
||||
height: 82px;
|
||||
min-width: 112px !important;
|
||||
min-width: 208px !important;
|
||||
padding: 16px !important;
|
||||
display: flex;
|
||||
.doc-card {
|
||||
margin: auto !important;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user