Home>
As shown in the image below,
display: inline-block
is specified next to the element in the same layer. If I want to lower the update icon a little, how do you specify it? Is that okay? ?
Environmental information (language used) → It may be solved with CSS, but for the time being . .
- Nuxt.js: 2.8.1
- TypeScript
- Material design: ElementUI
<template>
<el-pagination
: current-page.sync = "currentPage.page"
: page-size = "pageSize"
: total = "total"
@ prev-click = "page"
/>
<i @ click = "update"></i>
</template>
<style scoped>
.pagination {
display: inline-block;
}
.pagination_icon {
display: inline-block;
margin-top: 10px;
}
</style>
] (11441b2570dde12280eee6f410a4ce2b.png )
- Thank you for pointing out.
-
Answer # 1
Related articles
- html - i want to automatically adjust the height of the parent element block according to the child element
- html - cannot adjust the size of table td tag
- html - svg font embedding, height and width cannot be specified
- html - display: flex the height shifts
- html - cannot center links
- difference in height of p tag in html css div
- html - background cannot be displayed background-image
- html - data cannot be saved in the database
- i want to automatically adjust the height of the listbox installed in the c # wpf stackpanel
- the height of the html tag (button) is not the same
- i don't know how to change the height of the pull-down in the html select box (with image)
- html - i want to increase the height of child elements when using flexbody
- html - image cannot be displayed with relative path
- html - cannot switch tab menu
- html - fontawesome cannot be read from css
- html - the layout collapsed if height was not specified
- html - i want to set the height of the parent element according to the height of the float element
- [html] about specifying height in responsive design
- html - the height of css and textarea exceeds the screen
- html - css height px doesn't work
Related questions
- javascript : How do I capitalize the first and last letter?
- html : Can I lay out an arc with a gradient like in the screenshot?
- javascript : how to keep balance in js clicker?
- Responsive HTML /CSS Header
- ios : Responsive csS width does not fit.
- html : Centering text
- javascript : Implementing modal opening for five separate buttons
- html : Creating a cross in CSS
- html : Can't insert a video into a page instead of an image in a django project
- html : Website launch without internet
Inline-block element
If you put it on, the height will be the same.