Commit fe028889 by YKai

feat: 排序中台2.0需求优化提交

parent c4a5dcdc
...@@ -6,7 +6,7 @@ ext { ...@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.50.50", "m-confide" : "0.0.50.50",
"m-consultant" : "0.0.60.76", "m-consultant" : "0.0.60.77",
"m-fm" : "0.0.30.09", "m-fm" : "0.0.30.09",
"m-user" : "0.0.62.72", "m-user" : "0.0.62.72",
"m-home" : "0.0.24.00", "m-home" : "0.0.24.00",
...@@ -89,7 +89,7 @@ ext { ...@@ -89,7 +89,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.50.50", "m-confide" : "0.0.50.50",
"m-consultant" : "0.0.60.76", "m-consultant" : "0.0.60.77",
"m-fm" : "0.0.30.09", "m-fm" : "0.0.30.09",
"m-user" : "0.0.62.72", "m-user" : "0.0.62.72",
"m-home" : "0.0.24.00", "m-home" : "0.0.24.00",
......
...@@ -195,15 +195,16 @@ ...@@ -195,15 +195,16 @@
android:background="@color/platform_white" android:background="@color/platform_white"
android:orientation="horizontal"> android:orientation="horizontal">
<TextView <TextView
android:id="@+id/btnReset" android:id="@+id/btnReset"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="44dp" android:layout_height="44dp"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/consultant_bg_radius_gray_6" android:background="@drawable/consultant_stroke_ebebeb_r_8"
android:gravity="center" android:gravity="center"
android:text="@string/platform_reset" android:text="@string/platform_reset"
android:textColor="@color/platform_color_999999" android:textColor="@color/platform_color_242424"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
...@@ -212,11 +213,10 @@ ...@@ -212,11 +213,10 @@
android:layout_height="44dp" android:layout_height="44dp"
android:layout_marginStart="10dp" android:layout_marginStart="10dp"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/consultant_bg_radius_5_dark" android:background="@drawable/consultant_solid_main_theme_color_r_8"
android:gravity="center" android:gravity="center"
android:hint="确定" android:text="确定"
android:textColor="@color/white" android:textColor="@color/white"
android:textColorHint="@color/platform_color_E0E0E0"
android:textSize="16sp" /> android:textSize="16sp" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
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