Commit 65517751 authored by wlxuqu's avatar wlxuqu

新增用于去除按钮默认样式的u-reset-button类名

parent 3a9221a7
......@@ -2,7 +2,7 @@
"name" : "uView",
"appid" : "__UNI__60F4B81",
"description" : "多平台快速开发的UI框架",
"versionName" : "1.6.0",
"versionName" : "1.6.2",
"versionCode" : "100",
"transformPx" : false,
"app-plus" : {
......
// 此版本发布于2020-08-06
let version = '1.6.0';
// 此版本发布于2020-08-12
let version = '1.6.2';
export default {
v: version,
......
......@@ -157,4 +157,16 @@ uni-toast .uni-toast {
z-index: 10090;
}
/* #endif */
/* end--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--end */
\ No newline at end of file
/* end--提升H5端uni.toast()的层级,避免被uView的modal等遮盖--end */
/* start--去除button的所有默认样式--start */
.u-reset-button {
padding: 0;
font-size: inherit;
line-height: inherit;
}
.u-reset-button::after {
border: none;
}
/* end--去除button的所有默认样式--end */
\ No newline at end of file
{
"name": "uview-ui",
"version": "1.6.0",
"version": "1.6.2",
"description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"main": "index.js",
"keywords": ["uview", "uView", "uni-app", "uni-app ui", "uniapp", "uviewui", "uview ui", "uviewUI", "uViewui", "uViewUI", "uView UI", "uni ui", "uni UI", "uniapp ui", "ui", "UI框架", "uniapp ui框架", "uniapp UI"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment