diff --git a/public/react/src/context/TPIContextProvider.js b/public/react/src/context/TPIContextProvider.js index 7653bc2a6..4874906d8 100644 --- a/public/react/src/context/TPIContextProvider.js +++ b/public/react/src/context/TPIContextProvider.js @@ -903,10 +903,10 @@ pop_box_new(htmlvalue, 480, 182); : - diff --git a/public/react/src/modules/page/component/MUIDialogStyleUtil.js b/public/react/src/modules/page/component/MUIDialogStyleUtil.js index 49b682ede..c3a481fcb 100644 --- a/public/react/src/modules/page/component/MUIDialogStyleUtil.js +++ b/public/react/src/modules/page/component/MUIDialogStyleUtil.js @@ -9,6 +9,9 @@ const MUIDialogStyleUtil = { height: '50px', }, + borderRadiusNone: { + borderRaduis: '0px' + }, buttonGray: { color: '#FFFFFF', background: '#CCCCCC', diff --git a/public/react/src/modules/page/main/CodeEvaluateView.css b/public/react/src/modules/page/main/CodeEvaluateView.css index 7901ef29e..bd78d3e1e 100644 --- a/public/react/src/modules/page/main/CodeEvaluateView.css +++ b/public/react/src/modules/page/main/CodeEvaluateView.css @@ -6,7 +6,8 @@ } #game_test_set_results .-task-ces-top { background: #1F2F3B; - padding: 9px 20px; + padding: 9px 20px; + padding-bottom: 0px; } @@ -35,7 +36,8 @@ } #game_test_set_results .tabContent { - background: #1F2F3B; + background: #1F2F3B; + padding-bottom: 9px; } #game_test_set_results .result_different_show {