File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.19.2] ( https://github.com/DvShu/neatui-vue/compare/v0.19.1...v0.19.2 ) (2024-09-26)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** MdInput:** 修复赋予初始值时显示异常 ([ 3c1c96a] ( https://github.com/DvShu/neatui-vue/commit/3c1c96a4c07cd76895e6110f510b506252ac3e66 ) )
9+
310## [ 0.19.1] ( https://github.com/DvShu/neatui-vue/compare/v0.19.0...v0.19.1 ) (2024-09-26)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @asteres/neatui-vue" ,
33 "description" : " 基于 Vue3 的 UI 组件库" ,
4- "version" : " 0.19.1 " ,
4+ "version" : " 0.19.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "g:c" : " node scripts/index.js template" ,
Original file line number Diff line number Diff line change 1616 display : flex;
1717 align-items : center;
1818 flex : 0 0 auto;
19+ z-index : 1 ;
1920}
2021
2122.nt-page-header-content {
6263 top : 0 ;
6364 bottom : 0 ;
6465 justify-content : center;
65- z-index : -1 ;
6666}
6767.nt-page-header-align-center .nt-page-header-backbtn {
6868 padding : 8px 0 ;
You can’t perform that action at this time.
0 commit comments