Commit 041aa61f authored by hbcui1984's avatar hbcui1984

iOS平台:长按选项卡禁止弹出地址菜单

parent 27b5d1cc
...@@ -1129,6 +1129,8 @@ input[type="submit"]:active, input[type="submit"].mui-active, ...@@ -1129,6 +1129,8 @@ input[type="submit"]:active, input[type="submit"].mui-active,
table-layout: fixed; table-layout: fixed;
border-top: 0; border-top: 0;
border-bottom: 0; border-bottom: 0;
-webkit-touch-callout: none;
} }
.mui-bar-tab .mui-tab-item { .mui-bar-tab .mui-tab-item {
display: table-cell; display: table-cell;
...@@ -2208,6 +2210,8 @@ select:focus { ...@@ -2208,6 +2210,8 @@ select:focus {
background-color: transparent; background-color: transparent;
border: 1px solid #007aff; border: 1px solid #007aff;
border-radius: 3px; border-radius: 3px;
-webkit-touch-callout: none;
} }
.mui-segmented-control .mui-control-item { .mui-segmented-control .mui-control-item {
display: table-cell; display: table-cell;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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