@steedos-widgets/amis-object 6.3.0-beta.17 → 6.3.0-beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1859,6 +1859,16 @@ fieldset.antd-Collapse > legend{
1859
1859
  overflow: inherit !important;
1860
1860
  } */
1861
1861
 
1862
+ .buttons-drawer{
1863
+ top: 0 !important;
1864
+ bottom: 0 !important;
1865
+ left: 0 !important;
1866
+ right: 0 !important;
1867
+ max-height: unset;
1868
+ padding: 0;
1869
+ margin: 0;
1870
+ }
1871
+
1862
1872
  .buttons-drawer .antd-ButtonGroup button{
1863
1873
  border-color: #c9c9c9;
1864
1874
  border-right: none !important;
@@ -2160,6 +2170,26 @@ body.steedos {
2160
2170
  margin-top: -6px;
2161
2171
  }
2162
2172
  }
2173
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action {
2174
+ width: 100%;
2175
+ }
2176
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button {
2177
+ visibility: hidden;
2178
+ }
2179
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li > .antd-Action .steedos-listview-edit-button .fa-edit {
2180
+ color: #aaa;
2181
+ font-weight: 400;
2182
+ font-size: 13px;
2183
+ }
2184
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu .steedos-listview-new-button {
2185
+ border-top: 0.0625rem solid #ededef;
2186
+ }
2187
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button {
2188
+ visibility: visible;
2189
+ }
2190
+ .steedos-object-listview .antd-Wrapper .steedos-listview-change-button .antd-DropDown-menu li:hover .steedos-listview-edit-button:hover .fa-edit {
2191
+ color: #2468f2;
2192
+ }
2163
2193
 
2164
2194
  @media (min-width: 767px) {
2165
2195
  /* 列表快速编辑功能样式 */