@@ -113,10 +113,11 @@
.search-form {
position: fixed;
- width: 100%;
+ width: calc(100% - 210px);
z-index: 999;
top: 110px;
background-color: #f5f5f5;
+ left: 220px;
//background-color: var(--header-bg-color) !important;
.search-form-container {
@@ -125,3 +126,11 @@
}
+
+.home{
+ .search-form {
+ width: calc(100% - 250px);
+ left: 230px;
+ }
+}
@@ -271,10 +271,6 @@
</script>
<style scoped>
- .table-page-search-wrapper {
- padding: 0 20px;
- }
-
.r1 {
margin-left: 20px;
margin-top: 20px;
@@ -1069,7 +1069,6 @@
<style lang="less" scoped>
.choose-site {
display: flex;